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

GL_EXT_fog_coord « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 148866a7bde16f8ea86db8efe8f163b82239d100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)