Enum vulkano::command_buffer::validity::CheckClearColorImageError
[−]
[src]
pub enum CheckClearColorImageError {
MissingTransferUsage,
OutOfRange,
}Error that can happen from check_clear_color_image.
Variants
MissingTransferUsageThe image is missing the transfer destination usage.
OutOfRangeThe array layers and mipmap levels are out of range.
Trait Implementations
impl Debug for CheckClearColorImageError[src]
impl Copy for CheckClearColorImageError[src]
impl Clone for CheckClearColorImageError[src]
fn clone(&self) -> CheckClearColorImageError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Error for CheckClearColorImageError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more