Skip to main content

PumpInit

Type Alias PumpInit 

Source
pub type PumpInit<T> = (T, Device, SurfaceConfiguration);
Expand description

What the per-backend init closure returns: the GUI-side product (device handles, pipelines, …) plus the device + configuration the pump needs for surface.configure.