Package org.lwjgl.opengl
Class WGLARBCreateContextProfile
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBCreateContextProfile
-
public final class WGLARBCreateContextProfile extends java.lang.ObjectNative bindings to the WGL_ARB_create_context_profile extension.Adds an attribute to
WGLARBCreateContext, specifying the GL profile requested for a context of OpenGL 3.2 or later.Requires
WGL_ARB_extensions_stringandOpenGL 3.2.
-
-
Field Summary
Fields Modifier and Type Field and Description static intERROR_INVALID_PROFILE_ARBNew errors returned byWinBase.GetLastError().static intWGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
WGL_CONTEXT_CORE_PROFILE_BIT_ARBAccepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattribList.static intWGL_CONTEXT_PROFILE_MASK_ARBAccepted as an attribute name inattribList.
-
-
-
Field Detail
-
WGL_CONTEXT_PROFILE_MASK_ARB
Accepted as an attribute name inattribList.
-
WGL_CONTEXT_CORE_PROFILE_BIT_ARB, WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
Accepted as bits in the attribute value forCONTEXT_PROFILE_MASK_ARBinattribList.
-
ERROR_INVALID_PROFILE_ARB
New errors returned byWinBase.GetLastError().
-
-