Opentk/Source/Bind/Specifications/GL2/csharp.tm

36 lines
916 B
Plaintext
Raw Normal View History

# Normal types.
GLsizei, Int32
GLsizeiptr, IntPtr
GLintptr, IntPtr
# GLenum, Int32
2007-08-01 09:27:57 +00:00
GLboolean, Boolean #Int32
GLbitfield, UInt32
# GLvoid*, IntPtr
2007-08-01 09:27:57 +00:00
# GLvoid, Void #Object
GLchar, Char
2007-08-01 09:27:57 +00:00
GLbyte, SByte
GLubyte, Byte
GLshort, Int16
2007-08-01 09:27:57 +00:00
GLushort, UInt16
GLint, Int32
2007-08-01 09:27:57 +00:00
GLuint, UInt32
GLfloat, Single
GLclampf, Single
GLdouble, Double
GLclampd, Double
GLstring, String
# ARB and NV types.
GLsizeiptrARB, IntPtr
GLintptrARB, IntPtr
2007-08-01 09:27:57 +00:00
GLhandleARB, UInt32
GLhalfARB, UInt16
GLhalfNV, UInt16
GLcharARB, Char
# 64 bit types (introduced in 2.1)
GLint64EXT, Int64
2007-08-01 09:27:57 +00:00
GLuint64EXT, UInt64
GLint64, Int64
2007-08-01 09:27:57 +00:00
GLuint64, UInt64