mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-29 09:11:56 +00:00
Filter out GL_NONE enum from GL_EGL_KHR_context_flush_control
This commit is contained in:
parent
67e980b532
commit
cdc3aeacde
@ -496,10 +496,14 @@ EOT
|
|||||||
grep -v 'glBlendBarrierKHR' $1/GL_KHR_blend_equation_advanced_coherent > tmp
|
grep -v 'glBlendBarrierKHR' $1/GL_KHR_blend_equation_advanced_coherent > tmp
|
||||||
mv tmp $1/GL_KHR_blend_equation_advanced_coherent
|
mv tmp $1/GL_KHR_blend_equation_advanced_coherent
|
||||||
|
|
||||||
# Filter out GL_NONE enum from GL_KHR_robustness
|
# Filter out GL_NONE enum from GL_KHR_context_flush_control
|
||||||
grep -v 'GL_NONE' $1/GL_KHR_context_flush_control > tmp
|
grep -v 'GL_NONE' $1/GL_KHR_context_flush_control > tmp
|
||||||
mv tmp $1/GL_KHR_context_flush_control
|
mv tmp $1/GL_KHR_context_flush_control
|
||||||
|
|
||||||
|
# Filter out GL_NONE enum from GL_EGL_KHR_context_flush_control
|
||||||
|
grep -v 'GL_NONE' $1/GL_EGL_KHR_context_flush_control > tmp
|
||||||
|
mv tmp $1/GL_EGL_KHR_context_flush_control
|
||||||
|
|
||||||
# Filter out CoverageModulation from NV_framebuffer_mixed_samples
|
# Filter out CoverageModulation from NV_framebuffer_mixed_samples
|
||||||
# Superset of EXT_raster_multisample
|
# Superset of EXT_raster_multisample
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user