Searched refs:ImmutableImageCreationError (Results 1 – 1 of 1) sorted by relevance
115 … ) -> Result<(Arc<ImmutableImage>, Arc<ImmutableImageInitialization>), ImmutableImageCreationError> in uninitialized() argument188 ) -> 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 { enum437 impl Error for ImmutableImageCreationError { implementation448 impl Display for ImmutableImageCreationError { implementation467 impl From<ImageError> for ImmutableImageCreationError { implementation473 impl From<AllocationCreationError> for ImmutableImageCreationError { implementation479 impl From<VulkanError> for ImmutableImageCreationError { implementation[all …]