Package org.lwjgl.opengles
Class OESDepthTexture
- java.lang.Object
-
- org.lwjgl.opengles.OESDepthTexture
-
public final class OESDepthTexture extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_DEPTH_COMPONENT
Accepted by the <format> parameter of TexImage2D and TexSubImage2D and <internalFormat> parameter of TexImage2D:static int
GL_UNSIGNED_INT
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:static int
GL_UNSIGNED_SHORT
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
-
-
-
Field Detail
-
GL_DEPTH_COMPONENT
public static final int GL_DEPTH_COMPONENT
Accepted by the <format> parameter of TexImage2D and TexSubImage2D and <internalFormat> parameter of TexImage2D:- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT
public static final int GL_UNSIGNED_SHORT
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT
public static final int GL_UNSIGNED_INT
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:- See Also:
- Constant Field Values
-
-