public final class KHRConfigAttribs
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CONFORMANT_KHR |
static int |
EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR |
static int |
EGL_VG_COLORSPACE_LINEAR_BIT_KHR |
public static final int EGL_CONFORMANT_KHR
public static final int EGL_VG_COLORSPACE_LINEAR_BIT_KHR
public static final int EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR
Copyright LWJGL. All Rights Reserved. License terms.