mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
9 lines
510 B
Plaintext
9 lines
510 B
Plaintext
GL_SGIX_nonlinear_lighting_pervertex
|
|
http://www.opengl.org/registry/specs/SGIX/nonlinear_lighting_pervertex.txt
|
|
GL_SGIX_nonlinear_lighting_pervertex
|
|
|
|
void glGetNonlinLightfvSGIX (GLenum light, GLenum pname, GLint* terms, GLfloat *data)
|
|
void glGetNonlinMaterialfvSGIX (GLenum face, GLenum pname, GLint* terms, const GLfloat *data)
|
|
void glNonlinLightfvSGIX (GLenum light, GLenum pname, GLint terms, GLfloat* params)
|
|
void glNonlinMaterialfvSGIX (GLenum face, GLenum pname, GLint terms, const GLfloat* params)
|