mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 14:55:07 +00:00
Merge branch 'master' into subset
This commit is contained in:
commit
e2bc3ae5ec
@ -474,5 +474,9 @@ EOT
|
||||
head -n3 $1/GL_NV_blend_equation_advanced_coherent > tmp
|
||||
mv tmp $1/GL_NV_blend_equation_advanced_coherent
|
||||
|
||||
# Filter out GL_AMD_gpu_shader_int64 enums and functions
|
||||
head -n3 $1/GL_AMD_gpu_shader_int64 > tmp
|
||||
mv tmp $1/GL_AMD_gpu_shader_int64
|
||||
|
||||
# clean up
|
||||
rm -f $1/*.bak
|
||||
|
Loading…
Reference in New Issue
Block a user