Package org.lwjgl.egl
Class KHRConfigAttribs
- java.lang.Object
-
- org.lwjgl.egl.KHRConfigAttribs
-
public final class KHRConfigAttribs extends java.lang.Object
Native bindings to the KHR_config_attribs extension.This extension adds new EGL config attributes and attribute bits that express limitations of configs on a per-API basis, including whether client APIs created with respect to a config are expected to pass conformance, and which optional OpenVG color space and alpha mask format attributes are valid at surface creation time.
Requires
EGL 1.2
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_CONFORMANT_KHR
EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
EGL_VG_COLORSPACE_LINEAR_BIT_KHR
-
-
-
Field Detail
-
EGL_CONFORMANT_KHR
public static final int EGL_CONFORMANT_KHR
- See Also:
- Constant Field Values
-
EGL_VG_COLORSPACE_LINEAR_BIT_KHR
public static final int EGL_VG_COLORSPACE_LINEAR_BIT_KHR
- See Also:
- Constant Field Values
-
EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
public static final int EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
- See Also:
- Constant Field Values
-
-