mirror of
https://github.com/nigels-com/glew.git
synced 2025-12-20 06:01:48 +00:00
Compare commits
1 Commits
fea5c04c0d
...
8b19ee6717
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b19ee6717 |
@ -610,16 +610,6 @@ EOT
|
||||
typedef void (APIENTRY *GLVULKANPROCNV)(void)
|
||||
EOT
|
||||
|
||||
# remove duplicates in GL_EXT_fragment_shading_rate and GL_EXT_fragment_shading_rate_primitive
|
||||
tail -n +5 $1/GL_EXT_fragment_shading_rate_primitive > patterns
|
||||
grep -v -F -f patterns $1/GL_EXT_fragment_shading_rate_primitive > tmp
|
||||
mv tmp $1/GL_EXT_fragment_shading_rate_primitive
|
||||
|
||||
# remove duplicates in GL_EXT_fragment_shading_rate and GL_EXT_fragment_shading_rate_attachment
|
||||
tail -n +5 $1/GL_EXT_fragment_shading_rate_attachment > patterns
|
||||
grep -v -F -f patterns $1/GL_EXT_fragment_shading_rate_attachment > tmp
|
||||
mv tmp $1/GL_EXT_fragment_shading_rate_attachment
|
||||
|
||||
# GLU extensions are not relevant here
|
||||
rm -f $1/GL_GLU_*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user