Searched defs:NowFuture (Results 1 – 3 of 3) sorted by relevance
27 pub fn now(device: Arc<Device>) -> NowFuture { in now()32 pub struct NowFuture { struct36 unsafe impl GpuFuture for NowFuture { argument85 unsafe impl DeviceOwned for NowFuture { implementation
328 CommandBufferExecFuture<NowFuture, PrimaryAutoCommandBuffer>, in from_iter()355 CommandBufferExecFuture<NowFuture, PrimaryAutoCommandBuffer>, in from_buffer()
84 ) -> Result<CommandBufferExecFuture<NowFuture, Self>, CommandBufferExecError> in execute()