pub trait Fence:
VkHandle<Handle = VkFence>
+ DeviceChildHandle
+ Status {
// Provided methods
fn wait_timeout(&self, timeout: u64) -> Result<bool> { ... }
fn wait(&self) -> Result<()> { ... }
}
Provided Methods§
Sourcefn wait_timeout(&self, timeout: u64) -> Result<bool>
Available on crate feature Implements
only.
fn wait_timeout(&self, timeout: u64) -> Result<bool>
Implements
only.Wait for a fence to become signaled, returns Ok(true)
if operation is timed out
§Failures
On failure, this command returns