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:
ikits 2005-01-29 04:36:24 +00:00
parent 9e94a2f340
commit 41affc7565
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ my %typemap = (
# Intel fsck up # Intel fsck up
Glenum => "GLenum", Glenum => "GLenum",
float => "GLfloat", float => "GLfloat",
half => "GLuint", half => "GLhalf",
int => "GLint", int => "GLint",
short => "GLshort", short => "GLshort",
sizei => "GLsizei", sizei => "GLsizei",