GRBackendTextureDesc.SampleCount Property

Definition

Gets or sets the number of samples per pixel.

public int SampleCount { get; set; }

Property Value

Remarks

If the render target flag is set and sample count is greater than 0, then an MSAA buffer that resolves to the texture will be created.

Applies to