mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@480 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
1bc1d49abd
commit
746489e94d
@ -1,4 +1,4 @@
|
||||
GL_EXT_gpu_program_parameters
|
||||
http://developer.download.nvidia.com/opengl/specs/GL_EXT_gpu_program_parameters.txt
|
||||
void glProgramEnvParameters4fv (enum target, uint index, sizei count, const float *params)
|
||||
void glProgramLocalParameters4fv (enum target, uint index, sizei count, const float *params)
|
||||
void glProgramEnvParameters4fv (GLenum target, GLuint index, GLsizei count, const GLfloat *params)
|
||||
void glProgramLocalParameters4fv (GLenum target, GLuint index, GLsizei count, const GLfloat *params)
|
||||
|
Loading…
Reference in New Issue
Block a user