IGraphicsContext.ErrorChecking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a System.Boolean, indicating whether automatic error checking should be performed.
public bool ErrorChecking { get; set; }
member this.ErrorChecking : bool with get, set
Property Value
Remarks
It is an error to enable error checking inside a Begin()-End() region.
This method only affects the debug version of OpenTK.dll.