From 5692eb125b2ae5cad5a71e9e41dc51e05dcabbe4 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 2 Feb 2008 13:24:41 +0000 Subject: [PATCH] Fixed type translation. --- Source/Bind/Specifications/Glu/glu.tm | 2 ++ Source/Bind/Structures/Type.cs | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Bind/Specifications/Glu/glu.tm b/Source/Bind/Specifications/Glu/glu.tm index 28e8c82e..25eb8466 100644 --- a/Source/Bind/Specifications/Glu/glu.tm +++ b/Source/Bind/Specifications/Glu/glu.tm @@ -24,3 +24,5 @@ PixelFormat PixelFormat PixelType PixelType MapTarget MapTarget Boolean GLboolean + +SGIS_texture_filter4 SgisTextureFilter4 \ No newline at end of file diff --git a/Source/Bind/Structures/Type.cs b/Source/Bind/Structures/Type.cs index 2df6c6ab..76701eed 100644 --- a/Source/Bind/Structures/Type.cs +++ b/Source/Bind/Structures/Type.cs @@ -272,8 +272,6 @@ namespace Bind.Structures { } - this.CurrentType = Enum.TranslateName(CurrentType); - // Try to find out if it is an enum. If the type exists in the normal GLEnums list, use this. // Otherwise, try to find it in the aux enums list. If it exists in neither, it is not an enum. // Special case for Boolean - it is an enum, but it is dumb to use that instead of the 'bool' type.