Contents

MTLStorageMode.private

The resource is only available to the GPU.

Declaration

case `private`

Mentioned in

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

Storage mode options