MTLVisibilityResultMode Enum

Definition

Enumerates values that control how and whether to monitor samples that pass depth and stencil tests.

public enum MTLVisibilityResultMode
type MTLVisibilityResultMode = 
Inheritance
MTLVisibilityResultMode

Fields

Boolean 1

Indicates that only whether the samples pass the depth and stencil tests should be tracked.

Counting 2

Indicates that the samples that pass should be monitored.

Disabled 0

Indicates that monitoring is turned off.

Applies to