Fixups for GL_KHR_robustness support.

This commit is contained in:
Nigel Stewart 2014-09-18 20:51:56 +10:00
parent 0ab71ffb6f
commit 26be54cb1a
2 changed files with 5 additions and 1 deletions

View File

@ -490,5 +490,9 @@ EOT
grep -v 'glBlendBarrierKHR' $1/GL_KHR_blend_equation_advanced_coherent > tmp
mv tmp $1/GL_KHR_blend_equation_advanced_coherent
# Filter out GL_NONE enum from GL_KHR_robustness
grep -v 'GL_NONE' $1/GL_KHR_context_flush_control > tmp
mv tmp $1/GL_KHR_context_flush_control
# clean up
rm -f $1/*.bak

View File

@ -20,7 +20,7 @@ my @sections = (
"Name",
"Name Strings?",
"New Procedures and Functions",
"New Tokens",
"New Tokens.*", # Optional (GL/WGL/GLX/...) suffix
"Additions to Chapter.*",
);