Contents

resourceOptions

The storage mode, CPU cache mode, and hazard tracking mode of the resource.

Declaration

var resourceOptions: MTLResourceOptions { get }

Discussion

The value of this property aggregates the values of storageMode, cpuCacheMode, and hazardTrackingMode.

See Also

Reading memory and storage properties