Package org.lwjgl.opengl
Class WGLARBPixelFormat
java.lang.Object
org.lwjgl.opengl.WGLARBPixelFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
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)
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)
static boolean
wglChoosePixelFormatARB
(long hdc, int @Nullable [] attribIList, float @Nullable [] attribFList, int[] formats, int[] numFormats) BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)
static boolean
wglChoosePixelFormatARB
(long hdc, @Nullable IntBuffer attribIList, @Nullable FloatBuffer attribFList, IntBuffer formats, IntBuffer numFormats) BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)
static boolean
wglGetPixelFormatAttribfARB
(long hdc, int pixelFormat, int layerPlane, int attribute, FloatBuffer values) BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
static boolean
wglGetPixelFormatAttribfvARB
(long hdc, int pixelFormat, int layerPlane, int[] attributes, float[] values) BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
static boolean
wglGetPixelFormatAttribfvARB
(long hdc, int pixelFormat, int layerPlane, IntBuffer attributes, FloatBuffer values) BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
static boolean
wglGetPixelFormatAttribiARB
(long hdc, int pixelFormat, int layerPlane, int attribute, IntBuffer values) BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
static boolean
wglGetPixelFormatAttribivARB
(long hdc, int pixelFormat, int layerPlane, int[] attributes, int[] values) BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
static boolean
wglGetPixelFormatAttribivARB
(long hdc, int pixelFormat, int layerPlane, IntBuffer attributes, IntBuffer values) BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
-
Field Details
-
WGL_NUMBER_PIXEL_FORMATS_ARB
public static final int WGL_NUMBER_PIXEL_FORMATS_ARB- See Also:
-
WGL_DRAW_TO_WINDOW_ARB
public static final int WGL_DRAW_TO_WINDOW_ARB- See Also:
-
WGL_DRAW_TO_BITMAP_ARB
public static final int WGL_DRAW_TO_BITMAP_ARB- See Also:
-
WGL_ACCELERATION_ARB
public static final int WGL_ACCELERATION_ARB- See Also:
-
WGL_NEED_PALETTE_ARB
public static final int WGL_NEED_PALETTE_ARB- See Also:
-
WGL_NEED_SYSTEM_PALETTE_ARB
public static final int WGL_NEED_SYSTEM_PALETTE_ARB- See Also:
-
WGL_SWAP_LAYER_BUFFERS_ARB
public static final int WGL_SWAP_LAYER_BUFFERS_ARB- See Also:
-
WGL_SWAP_METHOD_ARB
public static final int WGL_SWAP_METHOD_ARB- See Also:
-
WGL_NUMBER_OVERLAYS_ARB
public static final int WGL_NUMBER_OVERLAYS_ARB- See Also:
-
WGL_NUMBER_UNDERLAYS_ARB
public static final int WGL_NUMBER_UNDERLAYS_ARB- See Also:
-
WGL_TRANSPARENT_ARB
public static final int WGL_TRANSPARENT_ARB- See Also:
-
WGL_TRANSPARENT_RED_VALUE_ARB
public static final int WGL_TRANSPARENT_RED_VALUE_ARB- See Also:
-
WGL_TRANSPARENT_GREEN_VALUE_ARB
public static final int WGL_TRANSPARENT_GREEN_VALUE_ARB- See Also:
-
WGL_TRANSPARENT_BLUE_VALUE_ARB
public static final int WGL_TRANSPARENT_BLUE_VALUE_ARB- See Also:
-
WGL_TRANSPARENT_ALPHA_VALUE_ARB
public static final int WGL_TRANSPARENT_ALPHA_VALUE_ARB- See Also:
-
WGL_TRANSPARENT_INDEX_VALUE_ARB
public static final int WGL_TRANSPARENT_INDEX_VALUE_ARB- See Also:
-
WGL_SHARE_DEPTH_ARB
public static final int WGL_SHARE_DEPTH_ARB- See Also:
-
WGL_SHARE_STENCIL_ARB
public static final int WGL_SHARE_STENCIL_ARB- See Also:
-
WGL_SHARE_ACCUM_ARB
public static final int WGL_SHARE_ACCUM_ARB- See Also:
-
WGL_SUPPORT_GDI_ARB
public static final int WGL_SUPPORT_GDI_ARB- See Also:
-
WGL_SUPPORT_OPENGL_ARB
public static final int WGL_SUPPORT_OPENGL_ARB- See Also:
-
WGL_DOUBLE_BUFFER_ARB
public static final int WGL_DOUBLE_BUFFER_ARB- See Also:
-
WGL_STEREO_ARB
public static final int WGL_STEREO_ARB- See Also:
-
WGL_PIXEL_TYPE_ARB
public static final int WGL_PIXEL_TYPE_ARB- See Also:
-
WGL_COLOR_BITS_ARB
public static final int WGL_COLOR_BITS_ARB- See Also:
-
WGL_RED_BITS_ARB
public static final int WGL_RED_BITS_ARB- See Also:
-
WGL_RED_SHIFT_ARB
public static final int WGL_RED_SHIFT_ARB- See Also:
-
WGL_GREEN_BITS_ARB
public static final int WGL_GREEN_BITS_ARB- See Also:
-
WGL_GREEN_SHIFT_ARB
public static final int WGL_GREEN_SHIFT_ARB- See Also:
-
WGL_BLUE_BITS_ARB
public static final int WGL_BLUE_BITS_ARB- See Also:
-
WGL_BLUE_SHIFT_ARB
public static final int WGL_BLUE_SHIFT_ARB- See Also:
-
WGL_ALPHA_BITS_ARB
public static final int WGL_ALPHA_BITS_ARB- See Also:
-
WGL_ALPHA_SHIFT_ARB
public static final int WGL_ALPHA_SHIFT_ARB- See Also:
-
WGL_ACCUM_BITS_ARB
public static final int WGL_ACCUM_BITS_ARB- See Also:
-
WGL_ACCUM_RED_BITS_ARB
public static final int WGL_ACCUM_RED_BITS_ARB- See Also:
-
WGL_ACCUM_GREEN_BITS_ARB
public static final int WGL_ACCUM_GREEN_BITS_ARB- See Also:
-
WGL_ACCUM_BLUE_BITS_ARB
public static final int WGL_ACCUM_BLUE_BITS_ARB- See Also:
-
WGL_ACCUM_ALPHA_BITS_ARB
public static final int WGL_ACCUM_ALPHA_BITS_ARB- See Also:
-
WGL_DEPTH_BITS_ARB
public static final int WGL_DEPTH_BITS_ARB- See Also:
-
WGL_STENCIL_BITS_ARB
public static final int WGL_STENCIL_BITS_ARB- See Also:
-
WGL_AUX_BUFFERS_ARB
public static final int WGL_AUX_BUFFERS_ARB- See Also:
-
WGL_NO_ACCELERATION_ARB
public static final int WGL_NO_ACCELERATION_ARB- See Also:
-
WGL_GENERIC_ACCELERATION_ARB
public static final int WGL_GENERIC_ACCELERATION_ARB- See Also:
-
WGL_FULL_ACCELERATION_ARB
public static final int WGL_FULL_ACCELERATION_ARB- See Also:
-
WGL_SWAP_EXCHANGE_ARB
public static final int WGL_SWAP_EXCHANGE_ARB- See Also:
-
WGL_SWAP_COPY_ARB
public static final int WGL_SWAP_COPY_ARB- See Also:
-
WGL_SWAP_UNDEFINED_ARB
public static final int WGL_SWAP_UNDEFINED_ARB- See Also:
-
WGL_TYPE_RGBA_ARB
public static final int WGL_TYPE_RGBA_ARB- See Also:
-
WGL_TYPE_COLORINDEX_ARB
public static final int WGL_TYPE_COLORINDEX_ARB- See Also:
-
-
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
public static boolean wglGetPixelFormatAttribivARB(long hdc, int pixelFormat, int layerPlane, IntBuffer attributes, IntBuffer values) BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
-
wglGetPixelFormatAttribiARB
public static boolean wglGetPixelFormatAttribiARB(long hdc, int pixelFormat, int layerPlane, int attribute, 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
public static boolean wglGetPixelFormatAttribfvARB(long hdc, int pixelFormat, int layerPlane, IntBuffer attributes, FloatBuffer values) BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
-
wglGetPixelFormatAttribfARB
public static boolean wglGetPixelFormatAttribfARB(long hdc, int pixelFormat, int layerPlane, int attribute, 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
public static boolean wglChoosePixelFormatARB(long hdc, @Nullable IntBuffer attribIList, @Nullable FloatBuffer attribFList, IntBuffer formats, IntBuffer numFormats) BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)
-
wglGetPixelFormatAttribivARB
public static boolean wglGetPixelFormatAttribivARB(long hdc, int pixelFormat, int layerPlane, int[] attributes, int[] values) BOOL wglGetPixelFormatAttribivARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, int * values)
-
wglGetPixelFormatAttribfvARB
public static boolean wglGetPixelFormatAttribfvARB(long hdc, int pixelFormat, int layerPlane, int[] attributes, float[] values) BOOL wglGetPixelFormatAttribfvARB(HDC hdc, int pixelFormat, int layerPlane, UINT n, int const * attributes, FLOAT * values)
-
wglChoosePixelFormatARB
public static boolean wglChoosePixelFormatARB(long hdc, int @Nullable [] attribIList, float @Nullable [] attribFList, int[] formats, int[] numFormats) BOOL wglChoosePixelFormatARB(HDC hdc, int const * attribIList, FLOAT const * attribFList, UINT maxFormats, int * formats, UINT * numFormats)
-