[Graphics] Added missing documentation comment
This commit is contained in:
parent
0b8db7c40b
commit
514390fc9a
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
{
|
||||
Dispose(false);
|
||||
|
|
Loading…
Reference in a new issue