Package org.lwjgl.opengl
Class EXTBGRA
- java.lang.Object
-
- org.lwjgl.opengl.EXTBGRA
-
public final class EXTBGRA extends java.lang.ObjectNative 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
Fields Modifier and Type Field and Description static intGL_BGR_EXT
GL_BGRA_EXTAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.
-
-
-
Field Detail
-
GL_BGR_EXT, GL_BGRA_EXT
Accepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.
-
-