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:
parent
7096709104
commit
83da572596
5 changed files with 30267 additions and 29791 deletions
|
@ -26,4 +26,10 @@ GLfloat, Single
|
||||||
GLclampf, Single
|
GLclampf, Single
|
||||||
GLdouble, Double
|
GLdouble, Double
|
||||||
GLclampd, Double
|
GLclampd, Double
|
||||||
GLstring, String
|
GLstring, String
|
||||||
|
|
||||||
|
# 64 bit types (introduced in 2.1)
|
||||||
|
GLint64EXT, Int64
|
||||||
|
GLuint64EXT, Int64
|
||||||
|
GLint64, Int64
|
||||||
|
GLuint64, Int64
|
11076
Specifications/enum.spec
11076
Specifications/enum.spec
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
40863
Specifications/gl.spec
40863
Specifications/gl.spec
File diff suppressed because it is too large
Load diff
|
@ -280,3 +280,7 @@ GLenum,*,*, GLenum,*,*
|
||||||
handleARB,*,*, GLhandleARB,*,*
|
handleARB,*,*, GLhandleARB,*,*
|
||||||
charARB,*,*, GLcharARB,*,*
|
charARB,*,*, GLcharARB,*,*
|
||||||
charPointerARB,*,*, GLcharARB*,*,*
|
charPointerARB,*,*, GLcharARB*,*,*
|
||||||
|
|
||||||
|
# 64 bit types (introduced in 2.1)
|
||||||
|
Int64EXT, GLint64
|
||||||
|
UInt64EXT, GLuint64
|
Loading…
Reference in a new issue