Package org.lwjgl.opengles
Class OESCompressedPalettedTexture
java.lang.Object
org.lwjgl.opengles.OESCompressedPalettedTexture
Native bindings to the OES_compressed_paletted_texture extension.
The goal of this extension is to allow direct support of palettized textures in OpenGL ES.
Palettized textures are implemented in OpenGL ES using the CompressedTexImage2D call. The definition of the following parameters "level" and "internalformat" in the CompressedTexImage2D call have been extended to support paletted textures.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D.static final intAccepted by theinternalformatparamter of CompressedTexImage2D. -
Method Summary
-
Field Details
-
GL_PALETTE4_RGB8_OES
public static final int GL_PALETTE4_RGB8_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE4_RGBA8_OES
public static final int GL_PALETTE4_RGBA8_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE4_R5_G6_B5_OES
public static final int GL_PALETTE4_R5_G6_B5_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE4_RGBA4_OES
public static final int GL_PALETTE4_RGBA4_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE4_RGB5_A1_OES
public static final int GL_PALETTE4_RGB5_A1_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE8_RGB8_OES
public static final int GL_PALETTE8_RGB8_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE8_RGBA8_OES
public static final int GL_PALETTE8_RGBA8_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE8_R5_G6_B5_OES
public static final int GL_PALETTE8_R5_G6_B5_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE8_RGBA4_OES
public static final int GL_PALETTE8_RGBA4_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-
GL_PALETTE8_RGB5_A1_OES
public static final int GL_PALETTE8_RGB5_A1_OESAccepted by theinternalformatparamter of CompressedTexImage2D.- See Also:
-