Package org.lwjgl.egl
Class KHRNoConfigContext
- java.lang.Object
-
- org.lwjgl.egl.KHRNoConfigContext
-
public final class KHRNoConfigContext extends java.lang.Object
Native bindings to the KHR_no_config_context extension.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
.
-
-
Field Summary
Fields Modifier and Type Field Description static long
EGL_NO_CONFIG_KHR
Accepted as theconfig
parameter ofCreateContext
.
-
-
-
Field Detail
-
EGL_NO_CONFIG_KHR
public static final long EGL_NO_CONFIG_KHR
Accepted as theconfig
parameter ofCreateContext
.- See Also:
- Constant Field Values
-
-