Updated documentation for IGraphicsContext.ErrorChecking.
This commit is contained in:
parent
c9322d621f
commit
fc521c8d59
1 changed files with 4 additions and 1 deletions
|
@ -57,8 +57,11 @@ namespace OpenTK.Graphics
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a System.Boolean, indicating whether automatic error checking should be performed.
|
/// Gets or sets a System.Boolean, indicating whether automatic error checking should be performed.
|
||||||
/// Influences the debug version of OpenTK.dll, only.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// <para>It is an error to enable error checking inside a Begin()-End() region.</para>
|
||||||
|
/// <para>This method only affects the debug version of OpenTK.dll.</para>
|
||||||
|
/// </remarks>
|
||||||
bool ErrorChecking { get; set; }
|
bool ErrorChecking { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue