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

GL_NV_point_sprite « 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: c9b8c3ff77821a3bff077e0d9b306c6081e9593c (plain)
1
2
3
4
5
6
7
8
9
GL_NV_point_sprite
http://www.opengl.org/registry/specs/NV/point_sprite.txt
GL_NV_point_sprite

	GL_POINT_SPRITE_NV 0x8861
	GL_COORD_REPLACE_NV 0x8862
	GL_POINT_SPRITE_R_MODE_NV 0x8863
	void glPointParameteriNV (GLenum pname, GLint param)
	void glPointParameterivNV (GLenum pname, const GLint* params)