kCVMetalTextureUsage

Static kCVMetalTextureUsage 

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

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

See also Apple’s documentation