Package org.lwjgl.opengles
Class APPLETextureFormatBGRA8888
- java.lang.Object
-
- org.lwjgl.opengles.APPLETextureFormatBGRA8888
-
public final class APPLETextureFormatBGRA8888 extends java.lang.Object
Native bindings to the APPLE_texture_format_BGRA8888 extension.This extension introduces BGRA_EXT as an acceptable external format. This avoids byte swizzling when loading RGBA internal format textures, which may be stored in BGRA order internally.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BGRA_EXT
Accepted by theformat
parameters of TexImage2D and TexSubImage2D.static int
GL_BGRA8_EXT
Accepted by theinternalformat
parameters of TexStorage2D and TexStorage3D.
-
-
-
Field Detail
-
GL_BGRA_EXT
public static final int GL_BGRA_EXT
Accepted by theformat
parameters of TexImage2D and TexSubImage2D.- See Also:
- Constant Field Values
-
GL_BGRA8_EXT
public static final int GL_BGRA8_EXT
Accepted by theinternalformat
parameters of TexStorage2D and TexStorage3D.- See Also:
- Constant Field Values
-
-