Enum vulkano::command_buffer::validity::CheckClearColorImageError [] [src]

pub enum CheckClearColorImageError {
    MissingTransferUsage,
    OutOfRange,
}

Error that can happen from check_clear_color_image.

Variants

The image is missing the transfer destination usage.

The array layers and mipmap levels are out of range.

Trait Implementations

impl Debug for CheckClearColorImageError
[src]

Formats the value using the given formatter.

impl Copy for CheckClearColorImageError
[src]

impl Clone for CheckClearColorImageError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for CheckClearColorImageError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for CheckClearColorImageError
[src]

Formats the value using the given formatter. Read more