opengl32: Add OpenGL 2.1 support and more extensions.
This commit is contained in:
parent
402d277765
commit
cb42253ff3
|
@ -324,6 +324,8 @@ while (my $line = <TYPES>) {
|
||||||
}
|
}
|
||||||
# This is to override the 'void' -> '*' bogus conversion
|
# This is to override the 'void' -> '*' bogus conversion
|
||||||
$pseudo_to_opengl{"void"} = "void";
|
$pseudo_to_opengl{"void"} = "void";
|
||||||
|
$pseudo_to_opengl{"Int64EXT"} = "INT64";
|
||||||
|
$pseudo_to_opengl{"UInt64EXT"} = "UINT64";
|
||||||
# This is a bug in the spec file...
|
# This is a bug in the spec file...
|
||||||
$pseudo_to_opengl{"FfdTargetSGIX"} = "GLint";
|
$pseudo_to_opengl{"FfdTargetSGIX"} = "GLint";
|
||||||
$pseudo_to_opengl{"FfdMaskSGIX"} = "GLint";
|
$pseudo_to_opengl{"FfdMaskSGIX"} = "GLint";
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue