Package org.lwjgl.opengl
Class WGLEXTCreateContextESProfile
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTCreateContextESProfile
-
public final class WGLEXTCreateContextESProfile extends java.lang.ObjectNative bindings to the WGL_EXT_create_context_es_profile extension.This extension allows creating an OpenGL ES context.
Requires
WGL_ARB_extensions_string,WGL_ARB_create_context,WGL_ARB_create_context_profileand an OpenGL ES implementation.
-
-
Field Summary
Fields Modifier and Type Field and Description static intWGL_CONTEXT_ES_PROFILE_BIT_EXTAccepted as a bit in the attribute value forCONTEXT_PROFILE_MASK_ARBinattribList.
-
-
-
Field Detail
-
WGL_CONTEXT_ES_PROFILE_BIT_EXT
public static final int WGL_CONTEXT_ES_PROFILE_BIT_EXT
Accepted as a bit in the attribute value forCONTEXT_PROFILE_MASK_ARBinattribList.- See Also:
- Constant Field Values
-
-