Enum vulkano_shaders::ParseError [] [src]

pub enum ParseError {
    MissingHeader,
    WrongHeader,
    IncompleteInstruction,
    UnknownConstant(&'static stru32),
}

Error that can happen when parsing.

Variants

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Clone for ParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more