Package org.lwjgl.opengl
Class EXTBGRA
java.lang.Object
org.lwjgl.opengl.EXTBGRA
Native bindings to the EXT_bgra extension.
EXT_bgra extends the list of host-memory color formats. Specifically, it provides formats which match the memory layout of Windows DIBs so that applications can use the same data in both Windows API calls and OpenGL pixel API calls.
Promoted to core in OpenGL 1.2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.static final intAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D. -
Method Summary
-
Field Details
-
GL_BGR_EXT
public static final int GL_BGR_EXTAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.- See Also:
-
GL_BGRA_EXT
public static final int GL_BGRA_EXTAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.- See Also:
-