Searched defs:NowFuture (Results 1 – 2 of 2) sorted by relevance
22 pub fn now(device: Arc<Device>) -> NowFuture { in now()27 pub struct NowFuture { struct31 unsafe impl GpuFuture for NowFuture { implementation92 unsafe impl DeviceOwned for NowFuture { implementation
72 ) -> Result<CommandBufferExecFuture<NowFuture>, CommandBufferExecError> in execute()