Package org.lwjgl.opengl
Class GLXARBCreateContextNoError
- java.lang.Object
-
- org.lwjgl.opengl.GLXARBCreateContextNoError
-
public final class GLXARBCreateContextNoError extends java.lang.ObjectNative 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_errorextension.Requires
WGL_ARB_create_context.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGLX_CONTEXT_OPENGL_NO_ERROR_ARBAccepted as an attribute name in the*attrib_listargument 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_listargument toCreateContextAttribsARB.- See Also:
- Constant Field Values
-
-