mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-02-19 23:20:48 +00:00
Fixup: GL_AMD_gpu_shader_int64 reuses NV_gpu_shader5 interface.
This commit is contained in:
parent
08196588ed
commit
6c34d03260
@ -474,5 +474,9 @@ EOT
|
|||||||
head -n3 $1/GL_NV_blend_equation_advanced_coherent > tmp
|
head -n3 $1/GL_NV_blend_equation_advanced_coherent > tmp
|
||||||
mv tmp $1/GL_NV_blend_equation_advanced_coherent
|
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
|
# clean up
|
||||||
rm -f $1/*.bak
|
rm -f $1/*.bak
|
||||||
|
Loading…
Reference in New Issue
Block a user