Updated to the latest opengl specifications (version 2.1).

Added the new 64 bit types to the typemaps (gl.tm and csharp.tm).
This commit is contained in:
the_fiddler 2006-10-11 13:56:38 +00:00
parent 7096709104
commit 83da572596
5 changed files with 30267 additions and 29791 deletions

View file

@ -26,4 +26,10 @@ GLfloat, Single
GLclampf, Single
GLdouble, Double
GLclampd, Double
GLstring, String
GLstring, String
# 64 bit types (introduced in 2.1)
GLint64EXT, Int64
GLuint64EXT, Int64
GLint64, Int64
GLuint64, Int64

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -280,3 +280,7 @@ GLenum,*,*, GLenum,*,*
handleARB,*,*, GLhandleARB,*,*
charARB,*,*, GLcharARB,*,*
charPointerARB,*,*, GLcharARB*,*,*
# 64 bit types (introduced in 2.1)
Int64EXT, GLint64
UInt64EXT, GLuint64