Package org.lwjgl.opengles
Class EXTTextureFormatBGRA8888
java.lang.Object
org.lwjgl.opengles.EXTTextureFormatBGRA8888
Native bindings to the EXT_texture_format_BGRA8888 extension.
This extension provides an additional format and type combination for use when specifying texture data. The current allowed combinations are:
Internal Format External Format Type Bytes per Pixel
--------------- --------------- ---- ---------------
RGBA RGBA UNSIGNED_BYTE 4
RGB RGB UNSIGNED_BYTE 3
RGBA RGBA UNSIGNED_SHORT_4_4_4_4 2
RGBA RGBA UNSIGNED_SHORT_5_5_5_1 2
RGB RGB UNSIGNED_SHORT_5_6_5 2
LUMINANCE_ALPHA LUMINANCE_ALPHA UNSIGNED_BYTE 2
LUMINANCE LUMINANCE UNSIGNED_BYTE 1
ALPHA ALPHA UNSIGNED_BYTE 1
This table is extended to include format BGRA_EXT and type UNSIGNED_BYTE:
Internal Format External Format Type Bytes per Pixel
--------------- --------------- ---- ---------------
BGRA_EXT BGRA_EXT UNSIGNED_BYTE 4
BGRA8_EXT BGRA_EXT UNSIGNED_BYTE 4
RGBA RGBA UNSIGNED_BYTE 4
RGB RGB UNSIGNED_BYTE 3
RGBA RGBA UNSIGNED_SHORT_4_4_4_4 2
RGBA RGBA UNSIGNED_SHORT_5_5_5_1 2
RGB RGB UNSIGNED_SHORT_5_6_5 2
LUMINANCE_ALPHA LUMINANCE_ALPHA UNSIGNED_BYTE 2
LUMINANCE LUMINANCE UNSIGNED_BYTE 1
ALPHA ALPHA UNSIGNED_BYTE 1-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theformatandinternalformatparameters of TexImage2D and theformatparameter of TexSubImage2D.static final intAccepted by theinternalformatparameter of TexImage2D. -
Method Summary
-
Field Details
-
GL_BGRA_EXT
public static final int GL_BGRA_EXTAccepted by theformatandinternalformatparameters of TexImage2D and theformatparameter of TexSubImage2D.- See Also:
-
GL_BGRA8_EXT
public static final int GL_BGRA8_EXTAccepted by theinternalformatparameter of TexImage2D.- See Also:
-