Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dimmutable.rs115 … ) -> Result<(Arc<ImmutableImage>, Arc<ImmutableImageInitialization>), ImmutableImageCreationError> in uninitialized() argument
424 pub enum ImmutableImageCreationError { enum
437 impl Error for ImmutableImageCreationError { implementation
448 impl Display for ImmutableImageCreationError { implementation
467 impl From<ImageError> for ImmutableImageCreationError { implementation
473 impl From<AllocationCreationError> for ImmutableImageCreationError { implementation
479 impl From<VulkanError> for ImmutableImageCreationError { implementation
485 impl From<CommandBufferBeginError> for ImmutableImageCreationError { implementation