kCVMetalTextureStorageMode

Static kCVMetalTextureStorageMode 

Source
pub unsafe static kCVMetalTextureStorageMode: &'static CFString
Available on crate feature CVMetalTexture only.
Expand description

kCVMetalTextureStorageMode is a property that can be placed on a CVMetalTextureCache to instruct the MTLTextureStorageMode of the created MTLTexture. Values for this can can be read from MTLTexture.h

See also Apple’s documentation