Package org.lwjgl.egl

Class KHRNoConfigContext

java.lang.Object
org.lwjgl.egl.KHRNoConfigContext

public final class KHRNoConfigContext extends 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.