Enum glium::program::ProgramChooserCreationError [] [src]

pub enum ProgramChooserCreationError {
    NoVersion,
    ProgramCreationError(ProgramCreationError),
}

Error type that is returned by the program! macro.

Variants

No available version has been found.

A version has been found but it triggered the given error.

Trait Implementations

impl Clone for ProgramChooserCreationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProgramChooserCreationError
[src]

[src]

Formats the value using the given formatter.

impl Display for ProgramChooserCreationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ProgramChooserCreationError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<ProgramCreationError> for ProgramChooserCreationError
[src]

[src]

Performs the conversion.