Enum nannou::ui::backend::glium::glium::vertex::BufferCreationError [] [src]

pub enum BufferCreationError {
    FormatNotSupported,
    BufferCreationError(BufferCreationError),
}

Error that can happen when creating a vertex buffer.

Variants

The vertex format is not supported by the backend.

Anything 64bits-related may not be supported.

Error while creating the vertex buffer.

Trait Implementations

impl Copy for CreationError
[src]

impl Clone for CreationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<BufferCreationError> for CreationError
[src]

[src]

Performs the conversion.

impl Debug for CreationError
[src]

[src]

Formats the value using the given formatter.

impl Error for CreationError
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for CreationError
[src]

[src]

Formats the value using the given formatter. Read more