mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 16:31:55 +00:00
Fixed wgl*Context functions being turned into Ext.wgl*Cont
This commit is contained in:
parent
860234010f
commit
1147e80213
|
@ -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