Package org.lwjgl.opengles
Class OESDepthTextureCubeMap
java.lang.Object
org.lwjgl.opengles.OESDepthTextureCubeMap
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theformatparameter of TexImage2D and TexSubImage2D andinternalFormatparameter of TexImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets.static final intAccepted by thetypeparameter of TexImage2D, TexSubImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets. -
Method Summary
-
Field Details
-
GL_DEPTH_STENCIL_OES
public static final int GL_DEPTH_STENCIL_OESAccepted by theformatparameter of TexImage2D and TexSubImage2D andinternalFormatparameter of TexImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets.- See Also:
-
GL_DEPTH24_STENCIL8_OES
public static final int GL_DEPTH24_STENCIL8_OESAccepted by thetypeparameter of TexImage2D, TexSubImage2D whentargetis one of the TEXTURE_CUBE_MAP_ targets.- See Also:
-