Package org.lwjgl.opengl
Class EXTABGR
- java.lang.Object
-
- org.lwjgl.opengl.EXTABGR
-
public final class EXTABGR extends java.lang.Object
Native bindings to the EXT_abgr extension.EXT_abgr extends the list of host-memory color formats. Specifically, it provides a reverse-order alternative to image format RGBA. The ABGR component order matches the cpack Iris GL format on big-endian machines.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_ABGR_EXT
Accepted by theformat
parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.
-
-
-
Field Detail
-
GL_ABGR_EXT
public static final int GL_ABGR_EXT
Accepted by theformat
parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.- See Also:
- Constant Field Values
-
-