mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 15:25:07 +00:00
Bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@527 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
f4f720b620
commit
ab2791fadc
@ -160,6 +160,7 @@ typedef signed char GLbyte;
|
|||||||
typedef short GLshort;
|
typedef short GLshort;
|
||||||
typedef unsigned char GLubyte;
|
typedef unsigned char GLubyte;
|
||||||
typedef unsigned short GLushort;
|
typedef unsigned short GLushort;
|
||||||
|
typedef unsigned long GLulong;
|
||||||
typedef float GLfloat;
|
typedef float GLfloat;
|
||||||
typedef float GLclampf;
|
typedef float GLclampf;
|
||||||
typedef double GLdouble;
|
typedef double GLdouble;
|
||||||
|
Loading…
Reference in New Issue
Block a user