Removed invalid TextureParameterName.Red token. Fixes issue [#2789]: "TextureParameterName.Red".

This commit is contained in:
the_fiddler 2011-12-07 00:28:13 +00:00
parent af2c2fc64b
commit 02bfac7d59
2 changed files with 0 additions and 5 deletions

View file

@ -2726,7 +2726,6 @@
<token name="CLAMP_TO_EDGE" value="0x812F" />
<token name="DEPTH_TEXTURE_MODE" value="0x884B" />
<token name="GENERATE_MIPMAP" value="0x8191" />
<token name="RED" value="0x1903" />
<token name="TEXTURE_COMPARE_FAIL_VALUE" value="0x80BF" />
<token name="TEXTURE_COMPARE_FUNC" value="0x884D" />
<token name="TEXTURE_COMPARE_MODE" value="0x884C" />

View file

@ -45182,10 +45182,6 @@ namespace OpenTK.Graphics.OpenGL
/// </summary>
TextureBorderColor = ((int)0x1004) ,
/// <summary>
/// Original was GL_RED = 0x1903
/// </summary>
Red = ((int)0x1903) ,
/// <summary>
/// Original was GL_TEXTURE_MAG_FILTER = 0x2800
/// </summary>
TextureMagFilter = ((int)0x2800) ,