IGraphicsContext.ErrorChecking Property

Definition

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.

Applies to