Class OESDepthTextureCubeMap

java.lang.Object
org.lwjgl.opengles.OESDepthTextureCubeMap

public final class OESDepthTextureCubeMap extends Object
Native bindings to the OES_depth_texture_cube_map extension.

This extension extends OES_depth_texture and OES_packed_depth_stencil to support depth and depth-stencil cube-map textures.

Requires GLES 2.0 and OES_depth_texture.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the format parameter of TexImage2D and TexSubImage2D and internalFormat parameter of TexImage2D when target is one of the TEXTURE_CUBE_MAP_ targets.
    static final int
    Accepted by the type parameter of TexImage2D, TexSubImage2D when target is one of the TEXTURE_CUBE_MAP_ targets.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GL_DEPTH_STENCIL_OES

      public static final int GL_DEPTH_STENCIL_OES
      Accepted by the format parameter of TexImage2D and TexSubImage2D and internalFormat parameter of TexImage2D when target is one of the TEXTURE_CUBE_MAP_ targets.
      See Also:
    • GL_DEPTH24_STENCIL8_OES

      public static final int GL_DEPTH24_STENCIL8_OES
      Accepted by the type parameter of TexImage2D, TexSubImage2D when target is one of the TEXTURE_CUBE_MAP_ targets.
      See Also: