Package org.lwjgl.opengles
Class OESDepthTextureCubeMap
- java.lang.Object
-
- org.lwjgl.opengles.OESDepthTextureCubeMap
-
public final class OESDepthTextureCubeMap extends java.lang.ObjectNative 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.0and OES_depth_texture_cube_map.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_DEPTH_STENCIL_OESAccepted by theformatparameter of TexImage2D and TexSubImage2D andinternalFormatparameter of TexImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets.static intGL_DEPTH24_STENCIL8_OESAccepted by thetypeparameter of TexImage2D, TexSubImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets.
-
-
-
Field Detail
-
GL_DEPTH_STENCIL_OES
public static final int GL_DEPTH_STENCIL_OES
Accepted by theformatparameter of TexImage2D and TexSubImage2D andinternalFormatparameter of TexImage2D whentargetis 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 thetypeparameter of TexImage2D, TexSubImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets.- See Also:
- Constant Field Values
-
-