opengl32: Add opengl 3.2 extensions.

oldstable
Roderick Colenbrander 2009-08-04 23:42:41 +02:00 committed by Alexandre Julliard
parent d97cc15608
commit 5b5401064a
2 changed files with 459 additions and 24 deletions

View File

@ -356,6 +356,9 @@ while (my $line = <TYPES>) {
}
# This is to override the 'void' -> '*' bogus conversion
$pseudo_to_opengl{"void"} = "void";
$pseudo_to_opengl{"sync"} = "GLvoid*";
$pseudo_to_opengl{"Int64"} = "INT64";
$pseudo_to_opengl{"UInt64"} = "UINT64";
$pseudo_to_opengl{"Int64EXT"} = "INT64";
$pseudo_to_opengl{"UInt64EXT"} = "UINT64";

File diff suppressed because it is too large Load Diff