GRContextOptions.ImmediateMode Property

Definition

Gets or sets a value indicating whether the context operates in immediate mode.

public bool ImmediateMode { get; set; }

Property Value

Remarks

The context will issue all draws to the backend API immediately. Intended to ease debugging. Default is false.

Applies to