From c5fff6bb7da95707d87a9d2103f69db16676e0c6 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 1 Mar 2008 13:11:15 +0000 Subject: [PATCH] Fixed GL.ReadPixels (was GL.ReadPixel) --- Source/Bind/Properties/AssemblyInfo.cs | 4 ++-- Source/Bind/Structures/Function.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Bind/Properties/AssemblyInfo.cs b/Source/Bind/Properties/AssemblyInfo.cs index 6d9a1e2d..59a2ec82 100644 --- a/Source/Bind/Properties/AssemblyInfo.cs +++ b/Source/Bind/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("0.9.9.3")] -[assembly: AssemblyFileVersion("0.9.9.3")] +[assembly: AssemblyVersion("0.9.9.4")] +[assembly: AssemblyFileVersion("0.9.9.4")] diff --git a/Source/Bind/Structures/Function.cs b/Source/Bind/Structures/Function.cs index c20c7cf0..c424ceb3 100644 --- a/Source/Bind/Structures/Function.cs +++ b/Source/Bind/Structures/Function.cs @@ -32,7 +32,7 @@ namespace Bind.Structures #endregion static Regex endings = new Regex(@"((([df]|u?[isb])v?)|v)", RegexOptions.Compiled | RegexOptions.RightToLeft); - static Regex endingsNotToTrim = new Regex("(ib|[tdrey]s|[eE]n[vd]|bled|Flagv|Tess|Status)", RegexOptions.Compiled | RegexOptions.RightToLeft); + static Regex endingsNotToTrim = new Regex("(ib|[tdrey]s|[eE]n[vd]|bled|Flagv|Tess|Status|Pixels)", RegexOptions.Compiled | RegexOptions.RightToLeft); /// /// Add a trailing v to functions matching this regex. Used to differntiate between overloads taking both