MTLVisibilityResultMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that control how and whether to monitor samples that pass depth and stencil tests.
public enum MTLVisibilityResultMode
type MTLVisibilityResultMode =
- Inheritance
-
MTLVisibilityResultMode
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Indicates that monitoring is turned off. |
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. |