Searched defs:CommandPoolCreationError (Results 1 – 1 of 1) sorted by relevance
61 ) -> Result<CommandPool, CommandPoolCreationError> { in new() argument116 ) -> Result<(), CommandPoolCreationError> { in validate() argument138 ) -> Result<ash::vk::CommandPool, CommandPoolCreationError> { in create() argument355 pub enum CommandPoolCreationError { enum367 impl Error for CommandPoolCreationError { implementation376 impl Display for CommandPoolCreationError { implementation393 impl From<VulkanError> for CommandPoolCreationError { implementation