Package org.lwjgl.opengl
Class WGLARBCreateContextNoError
java.lang.Object
org.lwjgl.opengl.WGLARBCreateContextNoError
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB. -
Method Summary
-
Field Details
-
WGL_CONTEXT_OPENGL_NO_ERROR_ARB
public static final int WGL_CONTEXT_OPENGL_NO_ERROR_ARBAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB.- See Also:
-