mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Filtering for GL_NV_framebuffer_mixed_samples extension added.
This commit is contained in:
parent
f796232672
commit
d99211a9d3
@ -494,5 +494,17 @@ EOT
|
|||||||
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 CoverageModulation from NV_framebuffer_mixed_samples
|
||||||
|
# Superset of EXT_raster_multisample
|
||||||
|
|
||||||
|
grep -v "CoverageModulation" $1/GL_NV_framebuffer_mixed_samples > tmp
|
||||||
|
mv tmp $1/GL_NV_framebuffer_mixed_samples
|
||||||
|
|
||||||
|
# Filter out glRasterSamplesEXT from NV_framebuffer_mixed_samples
|
||||||
|
# Superset of EXT_raster_multisample
|
||||||
|
|
||||||
|
grep -v "RasterSamplesEXT" $1/GL_NV_framebuffer_mixed_samples > tmp
|
||||||
|
mv tmp $1/GL_NV_framebuffer_mixed_samples
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
rm -f $1/*.bak
|
rm -f $1/*.bak
|
||||||
|
Loading…
Reference in New Issue
Block a user