mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Fix for glewinfo extension string checking.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@591 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
0c26245424
commit
13a4bbaa12
@ -50,7 +50,7 @@ if (@ARGV)
|
|||||||
{
|
{
|
||||||
print " glewPrintExt(\"$extname\", $extvar, $extpre" .
|
print " glewPrintExt(\"$extname\", $extvar, $extpre" .
|
||||||
"ewIsSupported(\"$extname\"), $extpre" .
|
"ewIsSupported(\"$extname\"), $extpre" .
|
||||||
"ewGetExtension(\"$extname\"));\n";
|
"ewGetExtension(\"$extstring\"));\n";
|
||||||
}
|
}
|
||||||
output_decls($functions, \&make_pfn_info);
|
output_decls($functions, \&make_pfn_info);
|
||||||
print "}\n\n";
|
print "}\n\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user