~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/WGL_ARB_buffer_region

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-02-10 21:21:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050210212142-2b1p2th5s3d0wjdz
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
WGL_ARB_buffer_region
 
2
http://oss.sgi.com/projects/ogl-sample/registry/ARB/wgl_buffer_region.txt
 
3
        WGL_FRONT_COLOR_BUFFER_BIT_ARB 0x00000001
 
4
        WGL_BACK_COLOR_BUFFER_BIT_ARB 0x00000002
 
5
        WGL_DEPTH_BUFFER_BIT_ARB 0x00000004
 
6
        WGL_STENCIL_BUFFER_BIT_ARB 0x00000008
 
7
        HANDLE wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType)
 
8
        VOID wglDeleteBufferRegionARB (HANDLE hRegion)
 
9
        BOOL wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc)
 
10
        BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)