mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 19:15:39 +00:00
Changed Boolean from an OpenGL enum to plain old bool. Works nicer.
This commit is contained in:
parent
1c2e6c55a1
commit
08b70f08ef
|
@ -3,7 +3,7 @@ GLsizei, Int32
|
||||||
GLsizeiptr, IntPtr
|
GLsizeiptr, IntPtr
|
||||||
GLintptr, IntPtr
|
GLintptr, IntPtr
|
||||||
# GLenum, Int32
|
# GLenum, Int32
|
||||||
GLboolean, Boolean #Int32
|
GLboolean, bool # Boolean # Int32
|
||||||
GLbitfield, UInt32
|
GLbitfield, UInt32
|
||||||
# GLvoid*, IntPtr
|
# GLvoid*, IntPtr
|
||||||
# GLvoid, Void #Object
|
# GLvoid, Void #Object
|
||||||
|
|
Loading…
Reference in a new issue