mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
Filter out DSA fp64 functions - not widely available.
This commit is contained in:
parent
40c5ac7d3f
commit
477c99177a
@ -434,5 +434,9 @@ EOT
|
||||
grep -v 'GL_BYTE' $1/GL_OES_byte_coordinates > tmp
|
||||
mv tmp $1/GL_OES_byte_coordinates
|
||||
|
||||
# Filter out fp64 (not widely supported) from GL_EXT_direct_state_access
|
||||
egrep -v 'glProgramUniform.*[1234]d[v]?EXT' $1/GL_EXT_direct_state_access > tmp
|
||||
mv tmp $1/GL_EXT_direct_state_access
|
||||
|
||||
# clean up
|
||||
rm -f $1/*.bak
|
||||
|
Loading…
Reference in New Issue
Block a user