Package org.lwjgl.opengles
Class OESCompressedETC1RGB8Texture
- java.lang.Object
-
- org.lwjgl.opengles.OESCompressedETC1RGB8Texture
-
public final class OESCompressedETC1RGB8Texture extends java.lang.Object
Native bindings to the OES_compressed_ETC1_RGB8_texture extension.The goal of this extension is to allow direct support of compressed textures in the Ericsson Texture Compression (ETC) formats in OpenGL ES.
ETC-compressed textures are handled in OpenGL ES using the CompressedTexImage2D call.
The definition of the "internalformat" parameter in the CompressedTexImage2D call has been extended to support ETC-compressed textures.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ETC1_RGB8_OES
Accepted by theinternalformat
parameter of CompressedTexImage2D.
-
-
-
Field Detail
-
GL_ETC1_RGB8_OES
public static final int GL_ETC1_RGB8_OES
Accepted by theinternalformat
parameter of CompressedTexImage2D.- See Also:
- Constant Field Values
-
-