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. Read more

impl Clone for ParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<ParseError> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ParseError

impl Sync for ParseError