mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:35:32 +00:00
Added Glx.SupportsExtension function.
This commit is contained in:
parent
48d7acef1c
commit
67e8097865
|
@ -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