Class WGLARBPixelFormat

java.lang.Object
org.lwjgl.opengl.WGLARBPixelFormat

public class WGLARBPixelFormat extends Object
  • Field Details

  • Method Details

    • nwglGetPixelFormatAttribivARB

      public static int nwglGetPixelFormatAttribivARB(long hdc, int pixelFormat, int layerPlane, int n, long attributes, long values)
      BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
    • wglGetPixelFormatAttribivARB

      @NativeType("BOOL") public static boolean wglGetPixelFormatAttribivARB(@NativeType("HDC") long hdc, int pixelFormat, int layerPlane, @NativeType("int const *") IntBuffer attributes, @NativeType("int *") IntBuffer values)
      BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
    • wglGetPixelFormatAttribiARB

      @NativeType("BOOL") public static boolean wglGetPixelFormatAttribiARB(@NativeType("HDC") long hdc, int pixelFormat, int layerPlane, @NativeType("int const *") int attribute, @NativeType("int *") IntBuffer values)
      BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
    • nwglGetPixelFormatAttribfvARB

      public static int nwglGetPixelFormatAttribfvARB(long hdc, int pixelFormat, int layerPlane, int n, long attributes, long values)
      BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
    • wglGetPixelFormatAttribfvARB

      @NativeType("BOOL") public static boolean wglGetPixelFormatAttribfvARB(@NativeType("HDC") long hdc, int pixelFormat, int layerPlane, @NativeType("int const *") IntBuffer attributes, @NativeType("FLOAT *") FloatBuffer values)
      BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
    • wglGetPixelFormatAttribfARB

      @NativeType("BOOL") public static boolean wglGetPixelFormatAttribfARB(@NativeType("HDC") long hdc, int pixelFormat, int layerPlane, @NativeType("int const *") int attribute, @NativeType("FLOAT *") FloatBuffer values)
      BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
    • nwglChoosePixelFormatARB

      public static int nwglChoosePixelFormatARB(long hdc, long attribIList, long attribFList, int maxFormats, long formats, long numFormats)
      BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)
    • wglChoosePixelFormatARB

      @NativeType("BOOL") public static boolean wglChoosePixelFormatARB(@NativeType("HDC") long hdc, @NativeType("int const *") @Nullable IntBuffer attribIList, @NativeType("FLOAT const *") @Nullable FloatBuffer attribFList, @NativeType("int *") IntBuffer formats, @NativeType("UINT *") IntBuffer numFormats)
      BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)
    • wglGetPixelFormatAttribivARB

      @NativeType("BOOL") public static boolean wglGetPixelFormatAttribivARB(@NativeType("HDC") long hdc, int pixelFormat, int layerPlane, @NativeType("int const *") int[] attributes, @NativeType("int *") int[] values)
      BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
    • wglGetPixelFormatAttribfvARB

      @NativeType("BOOL") public static boolean wglGetPixelFormatAttribfvARB(@NativeType("HDC") long hdc, int pixelFormat, int layerPlane, @NativeType("int const *") int[] attributes, @NativeType("FLOAT *") float[] values)
      BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
    • wglChoosePixelFormatARB

      @NativeType("BOOL") public static boolean wglChoosePixelFormatARB(@NativeType("HDC") long hdc, @NativeType("int const *") int @Nullable [] attribIList, @NativeType("FLOAT const *") float @Nullable [] attribFList, @NativeType("int *") int[] formats, @NativeType("UINT *") int[] numFormats)
      BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)