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 bba6bda879
commit 3d656851dc

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