Class WGLARBMakeCurrentRead

java.lang.Object
org.lwjgl.opengl.WGLARBMakeCurrentRead

public class WGLARBMakeCurrentRead extends Object
  • Field Details

    • ERROR_INVALID_PIXEL_TYPE_ARB

      public static final int ERROR_INVALID_PIXEL_TYPE_ARB
      See Also:
    • ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB

      public static final int ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB
      See Also:
  • Method Details

    • wglMakeContextCurrentARB

      @NativeType("BOOL") public static boolean wglMakeContextCurrentARB(@NativeType("HDC") long drawDC, @NativeType("HDC") long readDC, @NativeType("HGLRC") long hglrc)
      BOOL wglMakeContextCurrentARB(HDC drawDC, HDC readDC, HGLRC hglrc)
    • wglGetCurrentReadDCARB

      @NativeType("HDC") public static long wglGetCurrentReadDCARB()
      HDC wglGetCurrentReadDCARB(void)