mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-26 07:41:58 +00:00
For GLEW Bug #242 - glVertexArrayVertexAttribDivisorEXT missing
This commit is contained in:
parent
6718b2ccd6
commit
5224e88ca9
@ -369,6 +369,12 @@ EOT
|
|||||||
void glProgramUniformMatrix4x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
|
void glProgramUniformMatrix4x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
# add missing functions to GL_EXT_direct_state_access (GL_ARB_instanced_arrays related)
|
||||||
|
# https://sourceforge.net/p/glew/bugs/242/
|
||||||
|
cat >> $1/GL_EXT_direct_state_access <<EOT
|
||||||
|
void glVertexArrayVertexAttribDivisorEXT (GLuint vaobj, GLuint index, GLuint divisor)
|
||||||
|
EOT
|
||||||
|
|
||||||
# Filter out GL_UNSIGNED_INT and GL_FLOAT from GL_AMD_performance_monitor
|
# Filter out GL_UNSIGNED_INT and GL_FLOAT from GL_AMD_performance_monitor
|
||||||
grep -v 'GL_UNSIGNED_INT ' $1/GL_AMD_performance_monitor > tmp
|
grep -v 'GL_UNSIGNED_INT ' $1/GL_AMD_performance_monitor > tmp
|
||||||
mv tmp $1/GL_AMD_performance_monitor
|
mv tmp $1/GL_AMD_performance_monitor
|
||||||
|
Loading…
Reference in New Issue
Block a user