MTLStoreAction 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.
The action to be performed at the end of a rendering pass.
public enum MTLStoreAction
type MTLStoreAction =
- Inheritance
-
MTLStoreAction
Fields
Name | Value | Description |
---|---|---|
DontCare | 0 | |
Store | 1 | |
MultisampleResolve | 2 | |
StoreAndMultisampleResolve | 3 | |
Unknown | 4 | |
CustomSampleDepthStore | 5 | Indicates that data will be stored in a way that does not consider the sample position. |