Home
last modified time | relevance | path

Searched defs:NowFuture (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vulkano/src/sync/future/
Dnow.rs27 pub fn now(device: Arc<Device>) -> NowFuture { in now()
32 pub struct NowFuture { struct
36 unsafe impl GpuFuture for NowFuture { argument
85 unsafe impl DeviceOwned for NowFuture { implementation
/external/rust/crates/vulkano/src/image/
Dimmutable.rs328 CommandBufferExecFuture<NowFuture, PrimaryAutoCommandBuffer>, in from_iter()
355 CommandBufferExecFuture<NowFuture, PrimaryAutoCommandBuffer>, in from_buffer()
/external/rust/crates/vulkano/src/command_buffer/
Dtraits.rs84 ) -> Result<CommandBufferExecFuture<NowFuture, Self>, CommandBufferExecError> in execute()