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

      public static long wglCreatePbufferARB(long hdc, int pixelFormat, int width, int height, @Nullable IntBuffer attribList)
      HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList)
    • wglGetPbufferDCARB

      public static long wglGetPbufferDCARB(long pbuffer)
      HDC wglGetPbufferDCARB(HPBUFFERARB pbuffer)
    • wglReleasePbufferDCARB

      public static int wglReleasePbufferDCARB(long pbuffer, long hdc)
      int wglReleasePbufferDCARB(HPBUFFERARB pbuffer, HDC hdc)
    • wglDestroyPbufferARB

      public static boolean wglDestroyPbufferARB(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

      public static boolean wglQueryPbufferARB(long pbuffer, int attribute, IntBuffer value)
      BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value)
    • wglCreatePbufferARB

      public static long wglCreatePbufferARB(long hdc, int pixelFormat, int width, int height, int @Nullable [] attribList)
      HPBUFFERARB wglCreatePbufferARB(HDC hdc, int pixelFormat, int width, int height, int const * attribList)
    • wglQueryPbufferARB

      public static boolean wglQueryPbufferARB(long pbuffer, int attribute, int[] value)
      BOOL wglQueryPbufferARB(HPBUFFERARB pbuffer, int attribute, int * value)