mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
fixed GLhalf bug
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@374 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
9e94a2f340
commit
41affc7565
@ -36,7 +36,7 @@ my %typemap = (
|
||||
# Intel fsck up
|
||||
Glenum => "GLenum",
|
||||
float => "GLfloat",
|
||||
half => "GLuint",
|
||||
half => "GLhalf",
|
||||
int => "GLint",
|
||||
short => "GLshort",
|
||||
sizei => "GLsizei",
|
||||
|
Loading…
Reference in New Issue
Block a user