Package org.lwjgl.opengles
Class OESDepthTexture
java.lang.Object
org.lwjgl.opengles.OESDepthTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <format> parameter of TexImage2D and TexSubImage2D and <internalFormat> parameter of TexImage2D:static final int
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:static final int
Accepted by the <type> parameter of TexImage2D, TexSubImage2D: -
Method Summary
-
Field Details
-
GL_DEPTH_COMPONENT
public static final int GL_DEPTH_COMPONENTAccepted by the <format> parameter of TexImage2D and TexSubImage2D and <internalFormat> parameter of TexImage2D:- See Also:
-
GL_UNSIGNED_SHORT
public static final int GL_UNSIGNED_SHORTAccepted by the <type> parameter of TexImage2D, TexSubImage2D:- See Also:
-
GL_UNSIGNED_INT
public static final int GL_UNSIGNED_INTAccepted by the <type> parameter of TexImage2D, TexSubImage2D:- See Also:
-