Package org.lwjgl.opengles
Class EXTTextureType2101010REV
- java.lang.Object
-
- org.lwjgl.opengles.EXTTextureType2101010REV
-
public final class EXTTextureType2101010REV extends java.lang.Object
Native bindings to the EXT_texture_type_2_10_10_10_REV extension.This extension adds a new texture data type, unsigned 2.10.10.10 ABGR, which can be used with RGB or RGBA formats.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_UNSIGNED_INT_2_10_10_10_REV_EXT
Accepted by thetype
parameter of TexImage2D and TexImage3D.
-
-
-
Field Detail
-
GL_UNSIGNED_INT_2_10_10_10_REV_EXT
public static final int GL_UNSIGNED_INT_2_10_10_10_REV_EXT
Accepted by thetype
parameter of TexImage2D and TexImage3D.- See Also:
- Constant Field Values
-
-