Class WGLARBPbuffer
java.lang.Object
org.lwjgl.opengl.WGLARBPbuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic longnwglCreatePbufferARB(long hdc, int pixelFormat, int width, int height, long attribList) HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList)static intnwglQueryPbufferARB(long pbuffer, int attribute, long value) BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value)static longwglCreatePbufferARB(long hdc, int pixelFormat, int width, int height, int @Nullable [] attribList) HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList)static longwglCreatePbufferARB(long hdc, int pixelFormat, int width, int height, @Nullable IntBuffer attribList) HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList)static booleanwglDestroyPbufferARB(long pbuffer) BOOL wglDestroyPbufferARB(HPBUFFERARB pbuffer)static longwglGetPbufferDCARB(long pbuffer) HDC wglGetPbufferDCARB(HPBUFFERARB pbuffer)static booleanwglQueryPbufferARB(long pbuffer, int attribute, int[] value) BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value)static booleanwglQueryPbufferARB(long pbuffer, int attribute, IntBuffer value) BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value)static intwglReleasePbufferDCARB(long pbuffer, long hdc) int wglReleasePbufferDCARB(HPBUFFERARB pbuffer, HDC hdc)
-
Field Details
-
WGL_DRAW_TO_PBUFFER_ARB
public static final int WGL_DRAW_TO_PBUFFER_ARB- See Also:
-
WGL_MAX_PBUFFER_PIXELS_ARB
public static final int WGL_MAX_PBUFFER_PIXELS_ARB- See Also:
-
WGL_MAX_PBUFFER_WIDTH_ARB
public static final int WGL_MAX_PBUFFER_WIDTH_ARB- See Also:
-
WGL_MAX_PBUFFER_HEIGHT_ARB
public static final int WGL_MAX_PBUFFER_HEIGHT_ARB- See Also:
-
WGL_PBUFFER_LARGEST_ARB
public static final int WGL_PBUFFER_LARGEST_ARB- See Also:
-
WGL_PBUFFER_WIDTH_ARB
public static final int WGL_PBUFFER_WIDTH_ARB- See Also:
-
WGL_PBUFFER_HEIGHT_ARB
public static final int WGL_PBUFFER_HEIGHT_ARB- See Also:
-
WGL_PBUFFER_LOST_ARB
public static final int WGL_PBUFFER_LOST_ARB- See Also:
-
-
Method Details
-
nwglCreatePbufferARB
public static long nwglCreatePbufferARB(long hdc, int pixelFormat, int width, int height, long attribList) HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList) -
wglCreatePbufferARB
@NativeType("HPBUFFERARB") public static long wglCreatePbufferARB(@NativeType("HDC") long hdc, int pixelFormat, int width, int height, @NativeType("int const *") @Nullable IntBuffer attribList) HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList) -
wglGetPbufferDCARB
HDC wglGetPbufferDCARB(HPBUFFERARB pbuffer) -
wglReleasePbufferDCARB
public static int wglReleasePbufferDCARB(@NativeType("HPBUFFERARB") long pbuffer, @NativeType("HDC") long hdc) int wglReleasePbufferDCARB(HPBUFFERARB pbuffer, HDC hdc) -
wglDestroyPbufferARB
@NativeType("BOOL") public static boolean wglDestroyPbufferARB(@NativeType("HPBUFFERARB") long pbuffer) BOOL wglDestroyPbufferARB(HPBUFFERARB pbuffer) -
nwglQueryPbufferARB
public static int nwglQueryPbufferARB(long pbuffer, int attribute, long value) BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value) -
wglQueryPbufferARB
@NativeType("BOOL") public static boolean wglQueryPbufferARB(@NativeType("HPBUFFERARB") long pbuffer, int attribute, @NativeType("int *") IntBuffer value) BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value) -
wglCreatePbufferARB
@NativeType("HPBUFFERARB") public static long wglCreatePbufferARB(@NativeType("HDC") long hdc, int pixelFormat, int width, int height, @NativeType("int const *") int @Nullable [] attribList) HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList) -
wglQueryPbufferARB
@NativeType("BOOL") public static boolean wglQueryPbufferARB(@NativeType("HPBUFFERARB") long pbuffer, int attribute, @NativeType("int *") int[] value) BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value)
-