Enum vulkano::pipeline::shader::ShaderInterfaceMismatchError [] [src]

pub enum ShaderInterfaceMismatchError {
    ElementsCountMismatch,
    MissingElement {
        location: u32,
    },
    FormatMismatch,
}

Error that can happen when the interface mismatches between two shader stages.

Variants

Fields of MissingElement

Trait Implementations

impl Clone for ShaderInterfaceMismatchError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShaderInterfaceMismatchError
[src]

Formats the value using the given formatter.

impl PartialEq for ShaderInterfaceMismatchError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ShaderInterfaceMismatchError
[src]

impl Error for ShaderInterfaceMismatchError
[src]

A short description of the error. Read more

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

impl Display for ShaderInterfaceMismatchError
[src]

Formats the value using the given formatter. Read more