summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/WGL_I3D_gamma
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/WGL_I3D_gamma')
-rw-r--r--auto/extensions/gl/WGL_I3D_gamma9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/WGL_I3D_gamma b/auto/extensions/gl/WGL_I3D_gamma
new file mode 100644
index 0000000..6df2a59
--- /dev/null
+++ b/auto/extensions/gl/WGL_I3D_gamma
@@ -0,0 +1,9 @@
+WGL_I3D_gamma
+http://www.opengl.org/registry/specs/I3D/wgl_gamma.txt
+WGL_I3D_gamma
+ WGL_GAMMA_TABLE_SIZE_I3D 0x204E
+ WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F
+ BOOL wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT* puRed, USHORT *puGreen, USHORT *puBlue)
+ BOOL wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int* piValue)
+ BOOL wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT* puRed, const USHORT *puGreen, const USHORT *puBlue)
+ BOOL wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int* piValue)