Package org.lwjgl.opengles
Class EXTTextureFormatBGRA8888
- java.lang.Object
-
- org.lwjgl.opengles.EXTTextureFormatBGRA8888
-
public final class EXTTextureFormatBGRA8888 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BGRA_EXT
Accepted by the <format> and <internalformat> parameters of TexImage2D and the <format> parameter of TexSubImage2D:
-
-
-
Field Detail
-
GL_BGRA_EXT
public static final int GL_BGRA_EXT
Accepted by the <format> and <internalformat> parameters of TexImage2D and the <format> parameter of TexSubImage2D:- See Also:
- Constant Field Values
-
-