Class WGLARBPbuffer

java.lang.Object
org.lwjgl.opengl.WGLARBPbuffer

public class WGLARBPbuffer extends Object
  • 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

      @NativeType("HDC") public static long wglGetPbufferDCARB(@NativeType("HPBUFFERARB") long pbuffer)
      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)