Package org.lwjgl.egl
Class KHRNoConfigContext
- java.lang.Object
-
- org.lwjgl.egl.KHRNoConfigContext
-
public final class KHRNoConfigContext extends java.lang.ObjectNative 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
EGLConfigspecifying 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 longEGL_NO_CONFIG_KHRAccepted as theconfigparameter ofCreateContext.
-
-
-
Field Detail
-
EGL_NO_CONFIG_KHR
public static final long EGL_NO_CONFIG_KHR
Accepted as theconfigparameter ofCreateContext.- See Also:
- Constant Field Values
-
-