From 08b70f08efebb9002555c7aded2c3875c4008368 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 4 Nov 2007 15:12:25 +0000 Subject: [PATCH] Changed Boolean from an OpenGL enum to plain old bool. Works nicer. --- Source/Bind/Specifications/csharp.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Bind/Specifications/csharp.tm b/Source/Bind/Specifications/csharp.tm index fa105893..cdc159fc 100644 --- a/Source/Bind/Specifications/csharp.tm +++ b/Source/Bind/Specifications/csharp.tm @@ -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