MTLLoadAction 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.
An action performed at the start of a rendering pass.
public enum MTLLoadAction
type MTLLoadAction =
- Inheritance
-
MTLLoadAction
Fields
Name | Value | Description |
---|---|---|
DontCare | 0 | |
Load | 1 | |
Clear | 2 |