[][src]Trait bedrock::traits::Status

pub trait Status {
    fn status(&self) -> Result<bool>;
}

Required methods

fn status(&self) -> Result<bool>

[feature = "Implements"] Retrieve the status(whether is signaled or not) of a synchronize object

Failures

On failure, this command returns

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_OUT_OF_DEVICE_MEMORY
  • VK_ERROR_DEVICE_LOST
Loading content...

Implementors

impl Status for Event[src]

impl Status for Fence[src]

Loading content...