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

« back to all changes in this revision

Viewing changes to auto/core/GL_NV_depth_buffer_float

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GL_NV_depth_buffer_float
2
 
http://developer.download.nvidia.com/opengl/specs/GL_NV_depth_buffer_float.txt
3
 
        GL_DEPTH_COMPONENT32F_NV 0x8DAB
4
 
        GL_DEPTH32F_STENCIL8_NV 0x8DAC
5
 
        GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV 0x8DAD
6
 
        GL_DEPTH_BUFFER_FLOAT_MODE_NV 0x8DAF
7
 
        void glDepthRangedNV (GLdouble zNear, GLdouble zFar)
8
 
        void glClearDepthdNV (GLdouble depth)
9
 
        void glDepthBoundsdNV (GLdouble zmin, GLdouble zmax)
 
1
GL_NV_depth_buffer_float
 
2
http://developer.download.nvidia.com/opengl/specs/GL_NV_depth_buffer_float.txt
 
3
        GL_DEPTH_COMPONENT32F_NV 0x8DAB
 
4
        GL_DEPTH32F_STENCIL8_NV 0x8DAC
 
5
        GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV 0x8DAD
 
6
        GL_DEPTH_BUFFER_FLOAT_MODE_NV 0x8DAF
 
7
        void glDepthRangedNV (GLdouble zNear, GLdouble zFar)
 
8
        void glClearDepthdNV (GLdouble depth)
 
9
        void glDepthBoundsdNV (GLdouble zmin, GLdouble zmax)