Package org.lwjgl.opengles
Class MESABGRA
- java.lang.Object
-
- org.lwjgl.opengles.MESABGRA
-
public final class MESABGRA extends java.lang.ObjectNative bindings to the MESA_bgra extension.MESA_bgraextends the list of combinations host-memory color formats with internal formats to includeBGRAandBGRas acceptable formats withRGB8/SRGB8andRGBA/sRGB8_ALPHA8as 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 intGL_BGR_EXT
GL_BGRA_EXTAccepted by theformatparameter of TexImage2D and TexSubImage2D.
-
-
-
Field Detail
-
GL_BGR_EXT, GL_BGRA_EXT
Accepted by theformatparameter of TexImage2D and TexSubImage2D.
-
-