Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/WGL_ARB_pbuffer')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/WGL_ARB_pbuffer18
1 files changed, 0 insertions, 18 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/WGL_ARB_pbuffer b/Libraries/glew-2.0.0/auto/extensions/gl/WGL_ARB_pbuffer
deleted file mode 100644
index 5eea1da0..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/WGL_ARB_pbuffer
+++ /dev/null
@@ -1,18 +0,0 @@
-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);