Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/image/
Dimmutable.rs115 … ) -> Result<(Arc<ImmutableImage>, Arc<ImmutableImageInitialization>), ImmutableImageCreationError> in uninitialized() argument
188 ) -> Result<Arc<Self>, ImmutableImageCreationError> in from_iter()
240 ) -> Result<Arc<Self>, ImmutableImageCreationError> in from_buffer()
255 return Err(ImmutableImageCreationError::SourceTooSmall { in from_buffer()
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
[all …]