From 955478c81ccc18edc4634f1a12cf47e63d7d49a7 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 21 Nov 2010 00:04:49 +0000 Subject: [PATCH] Removed OpenTK qualifier from Half type. This will be useful for future work on reducing number of delegate types. --- Source/Bind/Specifications/csharp.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Bind/Specifications/csharp.tm b/Source/Bind/Specifications/csharp.tm index e3a2fcc1..f3f3948a 100644 --- a/Source/Bind/Specifications/csharp.tm +++ b/Source/Bind/Specifications/csharp.tm @@ -26,8 +26,8 @@ PixelInternalFormat, PixelInternalFormat GLsizeiptrARB, IntPtr GLintptrARB, IntPtr GLhandleARB, UInt32 -GLhalfARB, OpenTK.Half -GLhalfNV, OpenTK.Half +GLhalfARB, Half +GLhalfNV, Half GLcharARB, Char # 64 bit types (introduced in 2.1)