public final class KHRNoConfigContext
extends java.lang.Object
Modern GPUs allow contexts to render to almost any combination of supported color and auxiliary buffer formats. Traditionally EGL context creation is
done with respect to an EGLConfig specifying buffer formats, and constrains contexts to only work with surfaces created with a "compatible"
config.
This extension allows creation of GL & ES contexts without specifying an EGLConfig.
Requires EGL 1.4.
| Modifier and Type | Field and Description |
|---|---|
static long |
EGL_NO_CONFIG_KHR
Accepted as the
config parameter of CreateContext. |
public static final long EGL_NO_CONFIG_KHR
config parameter of CreateContext.Copyright LWJGL. All Rights Reserved. License terms.