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

« back to all changes in this revision

Viewing changes to auto/extensions/GL_EXT_fog_coord

  • 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_EXT_fog_coord
2
 
http://oss.sgi.com/projects/ogl-sample/registry/EXT/fog_coord.txt
3
 
        GL_FOG_COORDINATE_SOURCE_EXT 0x8450
4
 
        GL_FOG_COORDINATE_EXT 0x8451
5
 
        GL_FRAGMENT_DEPTH_EXT 0x8452
6
 
        GL_CURRENT_FOG_COORDINATE_EXT 0x8453
7
 
        GL_FOG_COORDINATE_ARRAY_TYPE_EXT 0x8454
8
 
        GL_FOG_COORDINATE_ARRAY_STRIDE_EXT 0x8455
9
 
        GL_FOG_COORDINATE_ARRAY_POINTER_EXT 0x8456
10
 
        GL_FOG_COORDINATE_ARRAY_EXT 0x8457
11
 
        void glFogCoordfEXT (GLfloat coord)
12
 
        void glFogCoordfvEXT (const GLfloat *coord)
13
 
        void glFogCoorddEXT (GLdouble coord)
14
 
        void glFogCoorddvEXT (const GLdouble *coord)
15
 
        void glFogCoordPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
 
1
GL_EXT_fog_coord
 
2
http://oss.sgi.com/projects/ogl-sample/registry/EXT/fog_coord.txt
 
3
        GL_FOG_COORDINATE_SOURCE_EXT 0x8450
 
4
        GL_FOG_COORDINATE_EXT 0x8451
 
5
        GL_FRAGMENT_DEPTH_EXT 0x8452
 
6
        GL_CURRENT_FOG_COORDINATE_EXT 0x8453
 
7
        GL_FOG_COORDINATE_ARRAY_TYPE_EXT 0x8454
 
8
        GL_FOG_COORDINATE_ARRAY_STRIDE_EXT 0x8455
 
9
        GL_FOG_COORDINATE_ARRAY_POINTER_EXT 0x8456
 
10
        GL_FOG_COORDINATE_ARRAY_EXT 0x8457
 
11
        void glFogCoordfEXT (GLfloat coord)
 
12
        void glFogCoordfvEXT (const GLfloat *coord)
 
13
        void glFogCoorddEXT (GLdouble coord)
 
14
        void glFogCoorddvEXT (const GLdouble *coord)
 
15
        void glFogCoordPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)