summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/WGL_ARB_pbuffer
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/WGL_ARB_pbuffer')
-rw-r--r--auto/extensions/gl/WGL_ARB_pbuffer17
1 files changed, 17 insertions, 0 deletions
diff --git a/auto/extensions/gl/WGL_ARB_pbuffer b/auto/extensions/gl/WGL_ARB_pbuffer
new file mode 100644
index 0000000..fa9f7c9
--- /dev/null
+++ b/auto/extensions/gl/WGL_ARB_pbuffer
@@ -0,0 +1,17 @@
+WGL_ARB_pbuffer
+http://www.opengl.org/registry/specs/ARB/wgl_pbuffer.txt
+WGL_ARB_pbuffer
+ WGL_DRAW_TO_PBUFFER_ARB 0x202D
+ WGL_MAX_PBUFFER_PIXELS_ARB 0x202E
+ WGL_MAX_PBUFFER_WIDTH_ARB 0x202F
+ WGL_MAX_PBUFFER_HEIGHT_ARB 0x2030
+ WGL_PBUFFER_LARGEST_ARB 0x2033
+ WGL_PBUFFER_WIDTH_ARB 0x2034
+ WGL_PBUFFER_HEIGHT_ARB 0x2035
+ WGL_PBUFFER_LOST_ARB 0x2036
+ HPBUFFERARB wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int* piAttribList)
+ BOOL wglDestroyPbufferARB (HPBUFFERARB hPbuffer)
+ HDC wglGetPbufferDCARB (HPBUFFERARB hPbuffer)
+ BOOL wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int* piValue)
+ int wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC)
+ DECLARE_HANDLE(HPBUFFERARB);