GraphicsContext.ErrorChecking Property

Definition

Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. Influences the debug version of OpenTK.dll, only.

public bool ErrorChecking { get; set; }
member this.ErrorChecking : bool with get, set

Property Value

Implements

Remarks

Automatic error checking will clear the OpenGL error state. Set CheckErrors to false if you use the OpenGL error state in your code flow (e.g. for checking supported texture formats).

Applies to