Enum Class Caps

java.lang.Object
java.lang.Enum<Caps>
com.jme3.renderer.Caps
All Implemented Interfaces:
Serializable, Comparable<Caps>, Constable

public enum Caps extends Enum<Caps>
Specifies a capability that the Renderer supports.
  • Enum Constant Details Link icon

    • FrameBuffer Link icon

      public static final Caps FrameBuffer
      Supports FrameBuffers.

      OpenGL: Renderer exposes the GL_EXT_framebuffer_object extension.
      OpenGL ES: Renderer supports OpenGL ES 2.0.

    • FrameBufferMRT Link icon

      public static final Caps FrameBufferMRT
      Supports framebuffer Multiple Render Targets (MRT).

      OpenGL: Renderer exposes the GL_ARB_draw_buffers extension

    • FrameBufferMultisample Link icon

      public static final Caps FrameBufferMultisample
      Supports framebuffer multi-sampling.

      OpenGL: Renderer exposes the GL EXT framebuffer multisample extension
      OpenGL ES: Renderer exposes GL_APPLE_framebuffer_multisample or GL_ANGLE_framebuffer_multisample.

    • TextureMultisample Link icon

      public static final Caps TextureMultisample
      Supports texture multi-sampling.

      OpenGL: Renderer exposes the GL_ARB_texture_multisample extension
      OpenGL ES: Renderer exposes the GL_IMG_multisampled_render_to_texture extension.

    • OpenGL20 Link icon

      public static final Caps OpenGL20
      Supports OpenGL 2.0 or OpenGL ES 2.0.
    • OpenGL21 Link icon

      public static final Caps OpenGL21
      Supports OpenGL 2.1.
    • OpenGL30 Link icon

      public static final Caps OpenGL30
      Supports OpenGL 3.0.
    • OpenGL31 Link icon

      public static final Caps OpenGL31
      Supports OpenGL 3.1.
    • OpenGL32 Link icon

      public static final Caps OpenGL32
      Supports OpenGL 3.2.
    • OpenGL33 Link icon

      public static final Caps OpenGL33
      Supports OpenGL 3.3.
    • OpenGL40 Link icon

      public static final Caps OpenGL40
      Supports OpenGL 4.0.
    • OpenGL41 Link icon

      public static final Caps OpenGL41
      Supports OpenGL 4.1.
    • OpenGL42 Link icon

      public static final Caps OpenGL42
      Supports OpenGL 4.2.
    • OpenGL43 Link icon

      public static final Caps OpenGL43
      Supports OpenGL 4.3.
    • OpenGL44 Link icon

      public static final Caps OpenGL44
      Supports OpenGL 4.4.
    • OpenGL45 Link icon

      public static final Caps OpenGL45
      Supports OpenGL 4.5.
    • Reserved0 Link icon

      @Deprecated public static final Caps Reserved0
      Deprecated.
      do not use.
      Do not use.
    • GLSL100 Link icon

      public static final Caps GLSL100
      Supports GLSL 1.0.
    • GLSL110 Link icon

      public static final Caps GLSL110
      Supports GLSL 1.1.
    • GLSL120 Link icon

      public static final Caps GLSL120
      Supports GLSL 1.2.
    • GLSL130 Link icon

      public static final Caps GLSL130
      Supports GLSL 1.3.
    • GLSL140 Link icon

      public static final Caps GLSL140
      Supports GLSL 1.4.
    • GLSL150 Link icon

      public static final Caps GLSL150
      Supports GLSL 1.5.
    • GLSL330 Link icon

      public static final Caps GLSL330
      Supports GLSL 3.3.
    • GLSL400 Link icon

      public static final Caps GLSL400
      Supports GLSL 4.0.
    • GLSL410 Link icon

      public static final Caps GLSL410
      Supports GLSL 4.1.
    • GLSL420 Link icon

      public static final Caps GLSL420
      Supports GLSL 4.2.
    • GLSL430 Link icon

      public static final Caps GLSL430
      Supports GLSL 4.3.
    • GLSL440 Link icon

      public static final Caps GLSL440
      Supports GLSL 4.4.
    • GLSL450 Link icon

      public static final Caps GLSL450
      Supports GLSL 4.5.
    • VertexTextureFetch Link icon

      public static final Caps VertexTextureFetch
      Supports reading from textures inside the vertex shader.
    • GeometryShader Link icon

      public static final Caps GeometryShader
      Supports geometry shader.
    • TesselationShader Link icon

      public static final Caps TesselationShader
      Supports Tessellation shader.
    • TextureArray Link icon

      public static final Caps TextureArray
      Supports texture arrays.
    • TextureBuffer Link icon

      public static final Caps TextureBuffer
      Supports texture buffers.
    • FloatTexture Link icon

      public static final Caps FloatTexture
      Supports floating point and half textures (Format.RGB16F).
    • FloatColorBufferRGB Link icon

      public static final Caps FloatColorBufferRGB
      Supports rendering on RGB floating point textures
    • FloatColorBufferRGBA Link icon

      public static final Caps FloatColorBufferRGBA
      Supports rendering on RGBA floating point textures
    • IntegerTexture Link icon

      public static final Caps IntegerTexture
      Supports integer textures.
    • FloatColorBuffer Link icon

      public static final Caps FloatColorBuffer
      Supports floating point FBO color buffers (Format.RGB16F).
    • FloatDepthBuffer Link icon

      public static final Caps FloatDepthBuffer
      Supports floating point depth buffer.
    • PackedFloatTexture Link icon

      public static final Caps PackedFloatTexture
      Supports Format.RGB111110F for textures.
    • SharedExponentTexture Link icon

      public static final Caps SharedExponentTexture
      Supports Format.RGB9E5 for textures.
    • PackedFloatColorBuffer Link icon

      public static final Caps PackedFloatColorBuffer
      Supports Format.RGB111110F for FBO color buffers.
    • SharedExponentColorBuffer Link icon

      public static final Caps SharedExponentColorBuffer
      Supports Format.RGB9E5 for FBO color buffers.
    • Reserved1 Link icon

      @Deprecated public static final Caps Reserved1
      Deprecated.
      do not use.
      Do not use.
    • NonPowerOfTwoTextures Link icon

      public static final Caps NonPowerOfTwoTextures
      Supports Non-Power-Of-Two (NPOT) textures and framebuffers.
    • MeshInstancing Link icon

      public static final Caps MeshInstancing
      Supports geometry instancing.
    • VertexBufferArray Link icon

      public static final Caps VertexBufferArray
      Supports VAO, or vertex buffer arrays.
    • Multisample Link icon

      public static final Caps Multisample
      Supports multisampling on the screen.
    • PackedDepthStencilBuffer Link icon

      public static final Caps PackedDepthStencilBuffer
      Supports FBO with Depth24Stencil8 image format.
    • Srgb Link icon

      public static final Caps Srgb
      Supports sRGB framebuffers and sRGB texture format.
    • FrameBufferBlit Link icon

      public static final Caps FrameBufferBlit
      Supports blitting framebuffers.
    • TextureCompressionS3TC Link icon

      public static final Caps TextureCompressionS3TC
      Supports Image.Format.DXT1 and sister formats.
    • TextureFilterAnisotropic Link icon

      public static final Caps TextureFilterAnisotropic
      Supports anisotropic texture filtering.
    • TextureCompressionETC1 Link icon

      public static final Caps TextureCompressionETC1
      Supports Image.Format.ETC1 texture compression.
    • TextureCompressionETC2 Link icon

      public static final Caps TextureCompressionETC2
      Supports Image.Format.ETC1 texture compression by uploading the texture as ETC2 (they are backwards compatible).
    • TextureCompressionBPTC Link icon

      public static final Caps TextureCompressionBPTC
      Supports BPTC and sister formats.
    • TextureCompressionRGTC Link icon

      public static final Caps TextureCompressionRGTC
      Supports Image.Format.RGTC1 and other RGTC compressed formats.
    • OpenGLES20 Link icon

      public static final Caps OpenGLES20
      Supports OpenGL ES 2.
    • WebGL Link icon

      public static final Caps WebGL
      Supports WebGL
    • Rgba8 Link icon

      public static final Caps Rgba8
      Supports RGB8 / RGBA8 textures.
    • DepthTexture Link icon

      public static final Caps DepthTexture
      Supports depth textures.
    • IntegerIndexBuffer Link icon

      public static final Caps IntegerIndexBuffer
      Supports 32-bit index buffers.
    • PartialNonPowerOfTwoTextures Link icon

      public static final Caps PartialNonPowerOfTwoTextures
      Partial support for non-power-of-2 textures, typically found on OpenGL ES 2 devices.

      Use of NPOT textures is allowed iff:

    • SeamlessCubemap Link icon

      public static final Caps SeamlessCubemap
      When sampling cubemap edges, interpolates between the adjacent faces instead of just sampling one face.

      Improves the quality of environment mapping.

    • CoreProfile Link icon

      public static final Caps CoreProfile
      Running with OpenGL 3.2+ core profile. Compatibility features will not be available.
    • BinaryShader Link icon

      public static final Caps BinaryShader
      GPU support for binary shaders.
    • UniformBufferObject Link icon

      public static final Caps UniformBufferObject
      Supporting working with UniformBufferObject.
    • ShaderStorageBufferObject Link icon

      public static final Caps ShaderStorageBufferObject
      Supporting working with ShaderStorageBufferObjects.
    • OpenGLES30 Link icon

      public static final Caps OpenGLES30
      Supports OpenGL ES 3.0.
    • GLSL300 Link icon

      public static final Caps GLSL300
      Supports GLSL 3.0.
    • OpenGLES31 Link icon

      public static final Caps OpenGLES31
      Supports OpenGL ES 3.1.
    • GLSL310 Link icon

      public static final Caps GLSL310
      Supports GLSL 3.1.
    • OpenGLES32 Link icon

      public static final Caps OpenGLES32
      Supports OpenGL ES 3.2.
    • GLSL320 Link icon

      public static final Caps GLSL320
      Supports GLSL 3.2.
    • Depth24 Link icon

      public static final Caps Depth24
      Explicit support of depth 24 textures.
    • UnpackRowLength Link icon

      public static final Caps UnpackRowLength
      Supports unpack row length (stride).
    • GLDebug Link icon

      public static final Caps GLDebug
      Supports debugging capabilities
  • Method Details Link icon

    • values Link icon

      public static Caps[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf Link icon

      public static Caps valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • supports Link icon

      public static boolean supports(Collection<Caps> caps, Texture tex)
      Returns true if given the renderer capabilities, the texture can be supported by the renderer.

      This only checks the format of the texture, non-power-of-2 textures are scaled automatically inside the renderer if are not supported natively.

      Parameters:
      caps - The collection of renderer capabilities Renderer.getCaps().
      tex - The texture to check
      Returns:
      True if it is supported, false otherwise.
    • supports Link icon

      public static boolean supports(Collection<Caps> caps, FrameBuffer fb)
      Returns true if given the renderer capabilities, the framebuffer can be supported by the renderer.
      Parameters:
      caps - The collection of renderer capabilities Renderer.getCaps().
      fb - The framebuffer to check
      Returns:
      True if it is supported, false otherwise.
    • supports Link icon

      public static boolean supports(Collection<Caps> caps, Shader shader)
      Returns true if given the renderer capabilities, the shader can be supported by the renderer.
      Parameters:
      caps - The collection of renderer capabilities Renderer.getCaps().
      shader - The shader to check
      Returns:
      True if it is supported, false otherwise.