Searched defs:ImageViewCreationError (Results 1 – 1 of 1) sorted by relevance
76 ) -> Result<Arc<ImageView<I>>, ImageViewCreationError> { in new() argument91 ) -> Result<FormatFeatures, ImageViewCreationError> { in validate_new() argument613 pub fn new_default(image: Arc<I>) -> Result<Arc<ImageView<I>>, ImageViewCreationError> { in new_default() argument918 pub enum ImageViewCreationError { enum1013 impl Error for ImageViewCreationError { implementation1022 impl Display for ImageViewCreationError { implementation1138 impl From<OomError> for ImageViewCreationError { implementation1139 fn from(err: OomError) -> ImageViewCreationError { in from()1144 impl From<VulkanError> for ImageViewCreationError { implementation1145 fn from(err: VulkanError) -> ImageViewCreationError { in from()[all …]