Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
5224e88c
Commit
5224e88c
authored
Feb 06, 2014
by
Nigel Stewart
Browse files
For GLEW Bug #242 - glVertexArrayVertexAttribDivisorEXT missing
parent
6718b2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
auto/bin/filter_gl_ext.sh
View file @
5224e88c
...
...
@@ -369,6 +369,12 @@ EOT
void glProgramUniformMatrix4x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
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
grep
-v
'GL_UNSIGNED_INT '
$1
/GL_AMD_performance_monitor
>
tmp
mv
tmp
$1
/GL_AMD_performance_monitor
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment