Skip to content

Commit

Permalink
Exclude GLU and GL_SGIX_color_type extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
nigels-com committed Mar 15, 2020
1 parent 5ea7057 commit 555aa3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions auto/bin/filter_gl_ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -603,5 +603,11 @@ EOT
typedef void (APIENTRY *GLVULKANPROCNV)(void)
EOT

# GLU extensions are not relevant here
rm -f $1/GL_GLU_*

# Not complete
rm -f $1/GL_SGIX_color_type

# clean up
rm -f patterns $1/*.bak

0 comments on commit 555aa3f

Please sign in to comment.