Class WGLARBCreateContext

java.lang.Object
org.lwjgl.opengl.WGLARBCreateContext

public class WGLARBCreateContext extends Object
  • Field Details

    • WGL_CONTEXT_MAJOR_VERSION_ARB

      public static final int WGL_CONTEXT_MAJOR_VERSION_ARB
      See Also:
    • WGL_CONTEXT_MINOR_VERSION_ARB

      public static final int WGL_CONTEXT_MINOR_VERSION_ARB
      See Also:
    • WGL_CONTEXT_LAYER_PLANE_ARB

      public static final int WGL_CONTEXT_LAYER_PLANE_ARB
      See Also:
    • WGL_CONTEXT_FLAGS_ARB

      public static final int WGL_CONTEXT_FLAGS_ARB
      See Also:
    • WGL_CONTEXT_DEBUG_BIT_ARB

      public static final int WGL_CONTEXT_DEBUG_BIT_ARB
      See Also:
    • WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB

      public static final int WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB
      See Also:
    • ERROR_INVALID_VERSION_ARB

      public static final int ERROR_INVALID_VERSION_ARB
      See Also:
  • Method Details

    • nwglCreateContextAttribsARB

      public static long nwglCreateContextAttribsARB(long hdc, long shareContext, long attribList)
      HGLRC wglCreateContextAttribsARB(HDC hdc, HGLRC shareContext, int const * attribList)
    • wglCreateContextAttribsARB

      public static long wglCreateContextAttribsARB(long hdc, long shareContext, @Nullable IntBuffer attribList)
      HGLRC wglCreateContextAttribsARB(HDC hdc, HGLRC shareContext, int const * attribList)
    • wglCreateContextAttribsARB

      public static long wglCreateContextAttribsARB(long hdc, long shareContext, int @Nullable [] attribList)
      HGLRC wglCreateContextAttribsARB(HDC hdc, HGLRC shareContext, int const * attribList)