mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +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
|
grep -v 'GL_BYTE' $1/GL_OES_byte_coordinates > tmp
|
||||||
mv tmp $1/GL_OES_byte_coordinates
|
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
|
# clean up
|
||||||
rm -f $1/*.bak
|
rm -f $1/*.bak
|
||||||
|
Loading…
Reference in New Issue
Block a user