rendy_resource

Type Alias ImageViewCreationError

Source
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),
}

Variants§

§

Create(ViewError)

Failed to create an object.

§

Allocate(HeapsError)

Failed to allocate memory.

§

Bind(BindError)

Failed to bind object memory.