Skip to main content

SharedGpuProvider

Type Alias SharedGpuProvider 

Source
pub type SharedGpuProvider = Arc<dyn GpuPipelineProvider>;
Expand description

Shared handle to a GpuPipelineProvider.

Used by IngressOptions, SessionConfig, and the pipeline builder.

Aliased Typeยง

pub struct SharedGpuProvider { /* private fields */ }