mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-13 09:43:48 +00:00
Fixup; char -> GLchar for function parameters.
This commit is contained in:
parent
50944b4a88
commit
848ddb0c31
@ -60,6 +60,8 @@ my %typemap = (
|
|||||||
charARB => "GLcharARB",
|
charARB => "GLcharARB",
|
||||||
handleARB => "GLhandleARB",
|
handleARB => "GLhandleARB",
|
||||||
|
|
||||||
|
char => "GLchar",
|
||||||
|
|
||||||
# OpenGL 3.2 and GL_ARB_sync
|
# OpenGL 3.2 and GL_ARB_sync
|
||||||
|
|
||||||
int64 => "GLint64",
|
int64 => "GLint64",
|
||||||
|
Loading…
Reference in New Issue
Block a user