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