Changed Boolean from an OpenGL enum to plain old bool. Works nicer.

This commit is contained in:
the_fiddler 2007-11-04 15:12:25 +00:00
parent 1c2e6c55a1
commit 08b70f08ef

View file

@ -3,7 +3,7 @@ GLsizei, Int32
GLsizeiptr, IntPtr
GLintptr, IntPtr
# GLenum, Int32
GLboolean, Boolean #Int32
GLboolean, bool # Boolean # Int32
GLbitfield, UInt32
# GLvoid*, IntPtr
# GLvoid, Void #Object