Contents

storageModePrivate

The resource is only available to the GPU.

Declaration

static var storageModePrivate: MTLResourceOptions { get }

Discussion

Metal may apply additional optimizations to private resources that aren’t allowed on shared or managed resources.

For more guidance on how to choose storage modes, see Setting resource storage modes.

See Also

Specifying storage modes