Opentk/Specifications/cs_types.txt

29 lines
650 B
Plaintext
Raw Normal View History

2006-09-28 22:07:53 +00:00
# ARB and NV types (these should come before normal types to guard against double translation).
GLsizeiptrARB, IntPtr
GLintptrARB, IntPtr
GLhandleARB, Int32 #UInt32
GLhalfARB, Int16 #UInt16
GLhalfNV, Int16 #UInt16
GLcharARB, Char
# Normal types.
2006-09-30 18:24:41 +00:00
GLsizei, Int32
2006-09-28 22:07:53 +00:00
GLsizeiptr, IntPtr
GLintptr, IntPtr
GLenum, Int32
GLboolean, Boolean
GLbitfield, Int32 #UInt32
# GLvoid*, IntPtr
# GLvoid, void
GLchar, Char
2006-09-30 18:24:41 +00:00
GLbyte, Byte #SByte
GLubyte, Byte
2006-09-28 22:07:53 +00:00
GLshort, Int16
GLushort, Int16 #UInt16
2006-09-30 18:24:41 +00:00
GLint, Int32
2006-09-28 22:07:53 +00:00
GLuint, Int32 #UInt32
GLfloat, Single
GLclampf, Single
GLdouble, Double
GLclampd, Double
GLstring, String