public final class WGLARBCreateContextProfile
extends java.lang.Object
Adds an attribute to WGLARBCreateContext, specifying the GL profile requested for a context of OpenGL 3.2 or later.
Requires WGL_ARB_extensions_string and OpenGL 3.2.
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_INVALID_PROFILE_ARB
New errors returned by
WinBase.GetLastError(). |
static int |
WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
Accepted as bits in the attribute value for
CONTEXT_PROFILE_MASK_ARB in attribList. |
static int |
WGL_CONTEXT_CORE_PROFILE_BIT_ARB
Accepted as bits in the attribute value for
CONTEXT_PROFILE_MASK_ARB in attribList. |
static int |
WGL_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name in
attribList. |
public static final int WGL_CONTEXT_PROFILE_MASK_ARB
attribList.public static final int WGL_CONTEXT_CORE_PROFILE_BIT_ARB
CONTEXT_PROFILE_MASK_ARB in attribList.public static final int WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
CONTEXT_PROFILE_MASK_ARB in attribList.public static final int ERROR_INVALID_PROFILE_ARB
WinBase.GetLastError().Copyright LWJGL. All Rights Reserved. License terms.