Edit

Share via


iPhoneOSGraphicsContext.ErrorChecking Property

Definition

Whether automatic error checking should be performed on GL calls.

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

Property Value

A Boolean specifying whether error checking should be done after every GL call.

Implements

Remarks

This property always returns false

Applies to