Package org.lwjgl.opengles
Class OESPackedDepthStencil
java.lang.Object
org.lwjgl.opengles.OESPackedDepthStencil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <format> parameter of TexImage2D and TexSubImage2D and by the <internalformat> parameter of TexImage2D:static final int
Accepted by the <internalformat> parameter of RenderbufferStorage, and returned in the <params> parameter of GetRenderbufferParameteriv when <pname> is RENDERBUFFER_INTERNAL_FORMAT:static final int
Accepted by the <type> parameter of TexImage2D and TexSubImage2D: -
Method Summary
-
Field Details
-
GL_DEPTH_STENCIL_OES
public static final int GL_DEPTH_STENCIL_OESAccepted by the <format> parameter of TexImage2D and TexSubImage2D and by the <internalformat> parameter of TexImage2D:- See Also:
-
GL_UNSIGNED_INT_24_8_OES
public static final int GL_UNSIGNED_INT_24_8_OESAccepted by the <type> parameter of TexImage2D and TexSubImage2D:- See Also:
-
GL_DEPTH24_STENCIL8_OES
public static final int GL_DEPTH24_STENCIL8_OESAccepted by the <internalformat> parameter of RenderbufferStorage, and returned in the <params> parameter of GetRenderbufferParameteriv when <pname> is RENDERBUFFER_INTERNAL_FORMAT:- See Also:
-