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

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

      public static long wglGetCurrentReadDCARB()
      HDC wglGetCurrentReadDCARB(void)