Package org.lwjgl.opengles
Class OESDepthTextureCubeMap
- java.lang.Object
-
- org.lwjgl.opengles.OESDepthTextureCubeMap
-
public final class OESDepthTextureCubeMap extends java.lang.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 int
GL_DEPTH_STENCIL_OES
Accepted by theformat
parameter of TexImage2D and TexSubImage2D andinternalFormat
parameter of TexImage2D whentarget
is one of the TEXTURE_CUBE_MAP_ targets.static int
GL_DEPTH24_STENCIL8_OES
Accepted by thetype
parameter of TexImage2D, TexSubImage2D whentarget
is one of the TEXTURE_CUBE_MAP_ targets.
-
-
-
Field Detail
-
GL_DEPTH_STENCIL_OES
public static final int GL_DEPTH_STENCIL_OES
Accepted by theformat
parameter of TexImage2D and TexSubImage2D andinternalFormat
parameter of TexImage2D whentarget
is one of the TEXTURE_CUBE_MAP_ targets.- See Also:
- Constant Field Values
-
GL_DEPTH24_STENCIL8_OES
public static final int GL_DEPTH24_STENCIL8_OES
Accepted by thetype
parameter of TexImage2D, TexSubImage2D whentarget
is one of the TEXTURE_CUBE_MAP_ targets.- See Also:
- Constant Field Values
-
-