objc2_metal_kit

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