kCIContextUseSoftwareRenderer

Static kCIContextUseSoftwareRenderer 

Source
pub unsafe static kCIContextUseSoftwareRenderer: &'static CIContextOption
Available on crate feature CIContext only.
Expand description

A Boolean value to control if a Core Image context will use a software renderer.

Note: This option has no effect if the platform does not support OpenCL.

See also Apple’s documentation