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.