Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dallocator.rs167 ) -> Result<(), CommandPoolResetError> { in try_reset_pool() argument
314 fn try_reset_pool(&mut self, release_resources: bool) -> Result<(), CommandPoolResetError> { in try_reset_pool() argument
640 pub enum CommandPoolResetError { enum
648 impl Error for CommandPoolResetError {} implementation
650 impl Display for CommandPoolResetError { implementation