Package org.lwjgl.opengles
Class MESABGRA
java.lang.Object
org.lwjgl.opengles.MESABGRA
Native bindings to the MESA_bgra extension.
MESA_bgra
extends the list of combinations host-memory color formats with internal formats to include BGRA
and BGR
as
acceptable formats with RGB8/SRGB8
and RGBA/sRGB8_ALPHA8
as internal formats respectively. This feature is of interest in virtualized
environments, where the host supports OpenGL ES only, and the virtualized guest is supposed to support a subset of OpenGL including textures created
with the format BGRA
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by theformat
parameter of TexImage2D and TexSubImage2D.static final int
Accepted by theformat
parameter of TexImage2D and TexSubImage2D. -
Method Summary
-
Field Details
-
GL_BGR_EXT
public static final int GL_BGR_EXTAccepted by theformat
parameter of TexImage2D and TexSubImage2D.- See Also:
-
GL_BGRA_EXT
public static final int GL_BGRA_EXTAccepted by theformat
parameter of TexImage2D and TexSubImage2D.- See Also:
-