MTLStoreAction Enum

Definition

The action to be performed at the end of a rendering pass.

public enum MTLStoreAction
type MTLStoreAction = 
Inheritance
MTLStoreAction

Fields

CustomSampleDepthStore 5

Indicates that data will be stored in a way that does not consider the sample position.

DontCare 0
MultisampleResolve 2
Store 1
StoreAndMultisampleResolve 3
Unknown 4

Applies to