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