summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/WGL_EXT_pixel_format
blob: 6b189332faf71ed49f0d562419c807837d8bd96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
WGL_EXT_pixel_format
http://www.opengl.org/registry/specs/EXT/wgl_pixel_format.txt
WGL_EXT_pixel_format
	WGL_NUMBER_PIXEL_FORMATS_EXT 0x2000
	WGL_DRAW_TO_WINDOW_EXT 0x2001
	WGL_DRAW_TO_BITMAP_EXT 0x2002
	WGL_ACCELERATION_EXT 0x2003
	WGL_NEED_PALETTE_EXT 0x2004
	WGL_NEED_SYSTEM_PALETTE_EXT 0x2005
	WGL_SWAP_LAYER_BUFFERS_EXT 0x2006
	WGL_SWAP_METHOD_EXT 0x2007
	WGL_NUMBER_OVERLAYS_EXT 0x2008
	WGL_NUMBER_UNDERLAYS_EXT 0x2009
	WGL_TRANSPARENT_EXT 0x200A
	WGL_TRANSPARENT_VALUE_EXT 0x200B
	WGL_SHARE_DEPTH_EXT 0x200C
	WGL_SHARE_STENCIL_EXT 0x200D
	WGL_SHARE_ACCUM_EXT 0x200E
	WGL_SUPPORT_GDI_EXT 0x200F
	WGL_SUPPORT_OPENGL_EXT 0x2010
	WGL_DOUBLE_BUFFER_EXT 0x2011
	WGL_STEREO_EXT 0x2012
	WGL_PIXEL_TYPE_EXT 0x2013
	WGL_COLOR_BITS_EXT 0x2014
	WGL_RED_BITS_EXT 0x2015
	WGL_RED_SHIFT_EXT 0x2016
	WGL_GREEN_BITS_EXT 0x2017
	WGL_GREEN_SHIFT_EXT 0x2018
	WGL_BLUE_BITS_EXT 0x2019
	WGL_BLUE_SHIFT_EXT 0x201A
	WGL_ALPHA_BITS_EXT 0x201B
	WGL_ALPHA_SHIFT_EXT 0x201C
	WGL_ACCUM_BITS_EXT 0x201D
	WGL_ACCUM_RED_BITS_EXT 0x201E
	WGL_ACCUM_GREEN_BITS_EXT 0x201F
	WGL_ACCUM_BLUE_BITS_EXT 0x2020
	WGL_ACCUM_ALPHA_BITS_EXT 0x2021
	WGL_DEPTH_BITS_EXT 0x2022
	WGL_STENCIL_BITS_EXT 0x2023
	WGL_AUX_BUFFERS_EXT 0x2024
	WGL_NO_ACCELERATION_EXT 0x2025
	WGL_GENERIC_ACCELERATION_EXT 0x2026
	WGL_FULL_ACCELERATION_EXT 0x2027
	WGL_SWAP_EXCHANGE_EXT 0x2028
	WGL_SWAP_COPY_EXT 0x2029
	WGL_SWAP_UNDEFINED_EXT 0x202A
	WGL_TYPE_RGBA_EXT 0x202B
	WGL_TYPE_COLORINDEX_EXT 0x202C
	BOOL wglChoosePixelFormatEXT (HDC hdc, const int* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
	BOOL wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int* piAttributes, FLOAT *pfValues)
	BOOL wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int* piAttributes, int *piValues)