resourceOptions
The combined behavior for any resources you allocate from the heaps you create with this descriptor.
Declaration
var resourceOptions: MTLResourceOptions { get set }Discussion
This property aggregates the values of storageMode, cpuCacheMode, and hazardTrackingMode. Any modifications you make to this property affect the other properties, and vice versa.