mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 03:45:39 +00:00
Updated a comment.
This commit is contained in:
parent
f41e240ede
commit
4fa393a03f
|
@ -252,12 +252,12 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
public void RegisterForDisposal(IDisposable resource)
|
||||
{
|
||||
throw new NotImplementedException("Use the general GLContext class instead.");
|
||||
throw new NotSupportedException("Use OpenTK.GLContext instead.");
|
||||
}
|
||||
|
||||
public void DisposeResources()
|
||||
{
|
||||
throw new NotImplementedException("Use the general GLContext class instead.");
|
||||
throw new NotSupportedException("Use OpenTK.GLContext instead.");
|
||||
}
|
||||
|
||||
public IEnumerable<DisplayMode> GetDisplayModes()
|
||||
|
|
Loading…
Reference in a new issue