Package org.lwjgl.opengl
Class WGLARBMakeCurrentRead
java.lang.Object
org.lwjgl.opengl.WGLARBMakeCurrentRead
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
HDC wglGetCurrentReadDCARB(void)
static boolean
wglMakeContextCurrentARB
(long drawDC, long readDC, long hglrc) BOOL wglMakeContextCurrentARB(HDC drawDC, HDC readDC, HGLRC hglrc)
-
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)
-