Package org.lwjgl.opengl
Class WGLEXTCreateContextES2Profile
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTCreateContextES2Profile
-
public final class WGLEXTCreateContextES2Profile extends java.lang.Object
Native bindings to the WGL_EXT_create_context_es2_profile extension.This extension allows creating an OpenGL ES context.
Requires
WGL_ARB_extensions_string
,WGL_ARB_create_context
,WGL_ARB_create_context_profile
and an OpenGL ES implementation.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_CONTEXT_ES2_PROFILE_BIT_EXT
Accepted as a bit in the attribute value forCONTEXT_PROFILE_MASK_ARB
inattribList
.
-
-
-
Field Detail
-
WGL_CONTEXT_ES2_PROFILE_BIT_EXT
public static final int WGL_CONTEXT_ES2_PROFILE_BIT_EXT
Accepted as a bit in the attribute value forCONTEXT_PROFILE_MASK_ARB
inattribList
.- See Also:
- Constant Field Values
-
-