Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dpool.rs61 ) -> Result<CommandPool, CommandPoolCreationError> { in new() argument
116 ) -> Result<(), CommandPoolCreationError> { in validate() argument
138 ) -> Result<ash::vk::CommandPool, CommandPoolCreationError> { in create() argument
355 pub enum CommandPoolCreationError { enum
367 impl Error for CommandPoolCreationError { implementation
376 impl Display for CommandPoolCreationError { implementation
393 impl From<VulkanError> for CommandPoolCreationError { implementation