mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 17:05:37 +00:00
Added Glx.SupportsExtension function.
This commit is contained in:
parent
ca37cfc643
commit
e5d9fa8e53
|
@ -25,6 +25,15 @@ namespace OpenTK.Platform.X11
|
|||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region internal static bool SupportsExtension(string p)
|
||||
|
||||
internal static bool SupportsExtension(string p)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
internal struct Status
|
||||
|
|
Loading…
Reference in a new issue