textureCPUCacheMode
A key used to specify the CPU cache mode for the texture.
Declaration
static let textureCPUCacheMode: MTKTextureLoader.OptionDiscussion
The value for this key is an NSNumber object containing a MTLCPUCacheMode value.
If this key is not specified, the default value is the value associated with MTLCPUCacheMode.defaultCache.