mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 16:53:49 +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",
|
||||
handleARB => "GLhandleARB",
|
||||
|
||||
char => "GLchar",
|
||||
|
||||
# OpenGL 3.2 and GL_ARB_sync
|
||||
|
||||
int64 => "GLint64",
|
||||
|
Loading…
Reference in New Issue
Block a user