Enum vulkano::descriptor::descriptor::ShaderStagesSupersetError [] [src]

pub enum ShaderStagesSupersetError {
    NotSuperset,
}

Error when checking whether some shader stages are superset of others.

Variants

Trait Implementations

impl From<ShaderStagesSupersetError> for DescriptorDescSupersetError
[src]

impl Debug for ShaderStagesSupersetError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ShaderStagesSupersetError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for ShaderStagesSupersetError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for ShaderStagesSupersetError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations