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