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

pub enum CheckDescriptorSetsValidityError {
    IncompatibleDescriptorSets,
}

Error that can happen when checking descriptor sets validity.

Variants

The descriptor sets are incompatible with the pipeline layout.

Trait Implementations

impl Debug for CheckDescriptorSetsValidityError
[src]

Formats the value using the given formatter.

impl Copy for CheckDescriptorSetsValidityError
[src]

impl Clone for CheckDescriptorSetsValidityError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for CheckDescriptorSetsValidityError
[src]

A short description of the error. Read more

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

impl Display for CheckDescriptorSetsValidityError
[src]

Formats the value using the given formatter. Read more