pub type HostResource<D> = <<<D as Driver>::Stream as DeviceStream>::HostStorage as ComputeStorage>::Resource;Expand description
The host allocation a driver’s staging buffers resolve to.
pub type HostResource<D> = <<<D as Driver>::Stream as DeviceStream>::HostStorage as ComputeStorage>::Resource;The host allocation a driver’s staging buffers resolve to.