Package org.lwjgl.egl
Class HIColorformats
- java.lang.Object
-
- org.lwjgl.egl.HIColorformats
-
public final class HIColorformats extends java.lang.Object
Native bindings to the HI_colorformats extension.This extension provides a mechanism for creating ARGB color-buffers, as opposed to the default RGBA format used by other EGL configurations.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_COLOR_ARGB_HI
EGL_COLOR_FORMAT_HI
EGL_COLOR_RGB_HI
EGL_COLOR_RGBA_HI
-
-
-
Field Detail
-
EGL_COLOR_FORMAT_HI
public static final int EGL_COLOR_FORMAT_HI
- See Also:
- Constant Field Values
-
EGL_COLOR_RGB_HI
public static final int EGL_COLOR_RGB_HI
- See Also:
- Constant Field Values
-
EGL_COLOR_RGBA_HI
public static final int EGL_COLOR_RGBA_HI
- See Also:
- Constant Field Values
-
EGL_COLOR_ARGB_HI
public static final int EGL_COLOR_ARGB_HI
- See Also:
- Constant Field Values
-
-