public final class EXTBGRA
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_BGR_EXT
Accepted by the
format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D. |
static int |
GL_BGRA_EXT
Accepted by the
format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D. |
public static final int GL_BGR_EXT
format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.public static final int GL_BGRA_EXT
format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.Copyright LWJGL. All Rights Reserved. License terms.