mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 00:35:30 +00:00
[Graphics] Added missing documentation comment
This commit is contained in:
parent
0b8db7c40b
commit
514390fc9a
|
@ -644,6 +644,11 @@ namespace OpenTK.Graphics
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Marks this context as deleted, but does not actually release unmanaged resources
|
||||||
|
/// due to the threading requirements of OpenGL. Use <see cref="GraphicsContext.Dispose"/>
|
||||||
|
/// instead.
|
||||||
|
/// </summary>
|
||||||
~GraphicsContext()
|
~GraphicsContext()
|
||||||
{
|
{
|
||||||
Dispose(false);
|
Dispose(false);
|
||||||
|
|
Loading…
Reference in a new issue