Contents

storageMode

The memory storage mode for the counter sample buffers you create with the descriptor.

Declaration

var storageMode: MTLStorageMode { get set }

Mentioned in

Discussion

To access a counter sample buffer with the CPU, set this property to MTLStorageMode.shared, otherwise MTLStorageMode.private.

See Also

Configuring a descriptor for a counter sample buffer