opengl32: Add OpenGL 2.1 support and more extensions.

oldstable
Roderick Colenbrander 2006-12-28 01:25:39 +01:00 committed by Alexandre Julliard
parent 402d277765
commit cb42253ff3
2 changed files with 1177 additions and 1040 deletions

View File

@ -324,6 +324,8 @@ while (my $line = <TYPES>) {
}
# This is to override the 'void' -> '*' bogus conversion
$pseudo_to_opengl{"void"} = "void";
$pseudo_to_opengl{"Int64EXT"} = "INT64";
$pseudo_to_opengl{"UInt64EXT"} = "UINT64";
# This is a bug in the spec file...
$pseudo_to_opengl{"FfdTargetSGIX"} = "GLint";
$pseudo_to_opengl{"FfdMaskSGIX"} = "GLint";

File diff suppressed because it is too large Load Diff