mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
18 lines
644 B
Plaintext
18 lines
644 B
Plaintext
GL_EXT_fog_coord
|
|
http://oss.sgi.com/projects/ogl-sample/registry/EXT/fog_coord.txt
|
|
GL_EXT_fog_coord
|
|
|
|
GL_FOG_COORDINATE_SOURCE_EXT 0x8450
|
|
GL_FOG_COORDINATE_EXT 0x8451
|
|
GL_FRAGMENT_DEPTH_EXT 0x8452
|
|
GL_CURRENT_FOG_COORDINATE_EXT 0x8453
|
|
GL_FOG_COORDINATE_ARRAY_TYPE_EXT 0x8454
|
|
GL_FOG_COORDINATE_ARRAY_STRIDE_EXT 0x8455
|
|
GL_FOG_COORDINATE_ARRAY_POINTER_EXT 0x8456
|
|
GL_FOG_COORDINATE_ARRAY_EXT 0x8457
|
|
void glFogCoordfEXT (GLfloat coord)
|
|
void glFogCoordfvEXT (const GLfloat *coord)
|
|
void glFogCoorddEXT (GLdouble coord)
|
|
void glFogCoorddvEXT (const GLdouble *coord)
|
|
void glFogCoordPointerEXT (GLenum type, GLsizei stride, const void *pointer)
|