public final class GLXARBCreateContextNoError
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_CONTEXT_OPENGL_NO_ERROR_ARB
Accepted as an attribute name in the
*attrib_list argument to CreateContextAttribsARB. |
public static final int GLX_CONTEXT_OPENGL_NO_ERROR_ARB
*attrib_list argument to CreateContextAttribsARB.Copyright LWJGL. All Rights Reserved. License terms.