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.
pub type PumpInit<T> = (T, Device, SurfaceConfiguration);What the per-backend init closure returns: the GUI-side product
(device handles, pipelines, …) plus the device + configuration
the pump needs for surface.configure.