GRContextOptions.BufferMapThreshold Property

Definition

Gets or sets the threshold, in bytes, above which a buffer mapping API will be used to map vertex and index buffers to CPU memory in order to update them.

public int BufferMapThreshold { get; set; }

Property Value

Remarks

A value of -1 means the context should deduce the optimal value for this platform. Default is -1.

Applies to