MTKTextureLoaderOptionTextureCPUCacheMode

Static MTKTextureLoaderOptionTextureCPUCacheMode 

Source
pub unsafe static MTKTextureLoaderOptionTextureCPUCacheMode: &'static MTKTextureLoaderOption
Available on crate feature MTKTextureLoader only.
Expand description

Identifier to be used with an NSNumber specifying the MTLCPUCacheMode

The resulting Metal texture will be created with the MTLCPUCacheMode indicated by the NSNumber associated with this string.

See also Apple’s documentation