Package org.lwjgl.opengles
Class APPLETextureFormatBGRA8888
java.lang.Object
org.lwjgl.opengles.APPLETextureFormatBGRA8888
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theformatparameters of TexImage2D and TexSubImage2D.static final intAccepted by theinternalformatparameters of TexStorage2D and TexStorage3D. -
Method Summary
-
Field Details
-
GL_BGRA_EXT
public static final int GL_BGRA_EXTAccepted by theformatparameters of TexImage2D and TexSubImage2D.- See Also:
-
GL_BGRA8_EXT
public static final int GL_BGRA8_EXTAccepted by theinternalformatparameters of TexStorage2D and TexStorage3D.- See Also:
-