summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2015-03-12 11:00:07 +0000
committerJosé Fonseca <jfonseca@vmware.com>2015-03-12 11:00:07 +0000
commitf1e3957e43d25a52d73d8735abcb87f8b6c3fdc0 (patch)
tree543b1f2b3121aeddc78cb019bbb1fefedd367c15 /specs
parent8f56ed8bd6e4fbf78ee10fae5ad8cbda4be37ac8 (diff)
specs: Add WGL_DRAW_TO_PBUFFER_ARB to WGLPixelFormatAttribsList.
As pointed out by Bimal Poddar.
Diffstat (limited to 'specs')
-rw-r--r--specs/wglapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/wglapi.py b/specs/wglapi.py
index 32be9c4c..3ee135b9 100644
--- a/specs/wglapi.py
+++ b/specs/wglapi.py
@@ -214,6 +214,7 @@ WGLPixelFormatAttribsList = [
('WGL_AUX_BUFFERS_ARB', Int),
('WGL_SAMPLE_BUFFERS_ARB', Int),
('WGL_SAMPLES_ARB', Int),
+ ('WGL_DRAW_TO_PBUFFER_ARB', BOOL),
]
WGLPixelFormatAttribs = AttribArray(Const(WGLenum), WGLPixelFormatAttribsList)