Contents

storageMode

The location and access permissions of the texture.

Declaration

var storageMode: MTLStorageMode { get set }

Mentioned in

Discussion

In iOS and tvOS, the default value is MTLStorageMode.shared. In macOS, the default value is MTLStorageMode.managed.

See Also

Specifying texture attributes