mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 14:20:41 +00:00
Fixed wgl*Context functions being turned into Ext.wgl*Cont
This commit is contained in:
parent
e0d07ee0b0
commit
d5961d3b8a
|
@ -194,6 +194,7 @@ namespace Bind
|
||||||
internal static string GetGL2Extension(string name)
|
internal static string GetGL2Extension(string name)
|
||||||
{
|
{
|
||||||
name = name.ToUpper();
|
name = name.ToUpper();
|
||||||
|
if (name.EndsWith("TEXT")) { return ""; }
|
||||||
if (name.EndsWith("ARB")) { return "Arb"; }
|
if (name.EndsWith("ARB")) { return "Arb"; }
|
||||||
if (name.EndsWith("EXT")) { return "Ext"; }
|
if (name.EndsWith("EXT")) { return "Ext"; }
|
||||||
if (name.EndsWith("ATI")) { return "Ati"; }
|
if (name.EndsWith("ATI")) { return "Ati"; }
|
||||||
|
|
Loading…
Reference in a new issue