public final class OESDepthTextureCubeMap
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static 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. |
static int |
GL_DEPTH24_STENCIL8_OES
Accepted by the
type parameter of TexImage2D, TexSubImage2D when target is one of the TEXTURE_CUBE_MAP_ targets. |
public static final int GL_DEPTH_STENCIL_OES
format parameter of TexImage2D and TexSubImage2D and internalFormat parameter of TexImage2D when target is one
of the TEXTURE_CUBE_MAP_ targets.public static final int GL_DEPTH24_STENCIL8_OES
type parameter of TexImage2D, TexSubImage2D when target is one of the TEXTURE_CUBE_MAP_ targets.Copyright LWJGL. All Rights Reserved. License terms.