Class WGLARBMakeCurrentRead
java.lang.Object
org.lwjgl.opengl.WGLARBMakeCurrentRead
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic longHDC wglGetCurrentReadDCARB(void)static booleanwglMakeContextCurrentARB(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
@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
HDC wglGetCurrentReadDCARB(void)
-