Fixed wgl*Context functions being turned into Ext.wgl*Cont
This commit is contained in:
parent
e0d07ee0b0
commit
d5961d3b8a
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ namespace Bind
|
|||
internal static string GetGL2Extension(string name)
|
||||
{
|
||||
name = name.ToUpper();
|
||||
if (name.EndsWith("TEXT")) { return ""; }
|
||||
if (name.EndsWith("ARB")) { return "Arb"; }
|
||||
if (name.EndsWith("EXT")) { return "Ext"; }
|
||||
if (name.EndsWith("ATI")) { return "Ati"; }
|
||||
|
|
Loading…
Reference in a new issue