Package org.lwjgl.opengl
Class WGLARBCreateContextNoError
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBCreateContextNoError
-
public final class WGLARBCreateContextNoError extends java.lang.Object
Native bindings to the WGL_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
WGL_CONTEXT_OPENGL_NO_ERROR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.
-
-
-
Field Detail
-
WGL_CONTEXT_OPENGL_NO_ERROR_ARB
public static final int WGL_CONTEXT_OPENGL_NO_ERROR_ARB
Accepted as an attribute name in the*attrib_list
argument toCreateContextAttribsARB
.- See Also:
- Constant Field Values
-
-