Package org.lwjgl.opengl
Class EXTABGR
java.lang.Object
org.lwjgl.opengl.EXTABGR
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D. -
Method Summary
-
Field Details
-
GL_ABGR_EXT
public static final int GL_ABGR_EXTAccepted by theformatparameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.- See Also:
-