Package org.lwjgl.egl
Class KHRCreateContextNoError
- java.lang.Object
-
- org.lwjgl.egl.KHRCreateContextNoError
-
public final class KHRCreateContextNoError extends java.lang.Object
Native bindings to the KHR_create_context_no_error extension.This extension allows the creation of an OpenGL or OpenGL ES context that doesn't generate errors if the context supports a no error mode. The implications of this feature are discussed in the
GL_KHR_no_error
extension.Requires
EGL 1.4
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_CONTEXT_OPENGL_NO_ERROR_KHR
-
-
-
Field Detail
-
EGL_CONTEXT_OPENGL_NO_ERROR_KHR
public static final int EGL_CONTEXT_OPENGL_NO_ERROR_KHR
- See Also:
- Constant Field Values
-
-