Exclude GLU and GL_SGIX_color_type extensions

This commit is contained in:
Nigel Stewart 2020-03-15 21:52:24 +10:00
parent 5ea705737a
commit 555aa3ffc0

View File

@ -603,5 +603,11 @@ EOT
typedef void (APIENTRY *GLVULKANPROCNV)(void) typedef void (APIENTRY *GLVULKANPROCNV)(void)
EOT EOT
# GLU extensions are not relevant here
rm -f $1/GL_GLU_*
# Not complete
rm -f $1/GL_SGIX_color_type
# clean up # clean up
rm -f patterns $1/*.bak rm -f patterns $1/*.bak