pub type ImageViewCreationError = CreationError<ViewError>;Expand description
Alias for the error to create an image view.
Aliased Type§
pub enum ImageViewCreationError {
Create(ViewError),
Allocate(HeapsError),
Bind(BindError),
}pub type ImageViewCreationError = CreationError<ViewError>;Alias for the error to create an image view.
pub enum ImageViewCreationError {
Create(ViewError),
Allocate(HeapsError),
Bind(BindError),
}