Package org.lwjgl.egl
Class KHRNoConfigContext
java.lang.Object
org.lwjgl.egl.KHRNoConfigContext
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
FieldsModifier and TypeFieldDescriptionstatic final long
Accepted as theconfig
parameter ofCreateContext
. -
Method Summary
-
Field Details
-
EGL_NO_CONFIG_KHR
public static final long EGL_NO_CONFIG_KHRAccepted as theconfig
parameter ofCreateContext
.- See Also:
-