Package org.lwjgl.opengles
Class MESABGRA
- java.lang.Object
-
- org.lwjgl.opengles.MESABGRA
-
public final class MESABGRA extends java.lang.Object
Native bindings to the MESA_bgra extension.MESA_bgra
extends the list of combinations host-memory color formats with internal formats to includeBGRA
andBGR
as acceptable formats withRGB8/SRGB8
andRGBA/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 formatBGRA
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BGR_EXT
GL_BGRA_EXTAccepted by theformat
parameter of TexImage2D and TexSubImage2D.
-
-
-
Field Detail
-
GL_BGR_EXT, GL_BGRA_EXT
Accepted by theformat
parameter of TexImage2D and TexSubImage2D.
-
-