Package org.lwjgl.opengl
Class GLXARBCreateContextNoError
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBCreateContextNoError
-
public final class GLXARBCreateContextNoError extends java.lang.Object
Native bindings to the GLX_ARB_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
KHR_no_error
extension.Requires
WGL_ARB_create_context
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GLX_CONTEXT_OPENGL_NO_ERROR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.
-
-
-
Field Detail
-
GLX_CONTEXT_OPENGL_NO_ERROR_ARB
public static final int GLX_CONTEXT_OPENGL_NO_ERROR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.- See Also:
- Constant Field Values
-
-