Enum glium::buffer::BufferCreationError [] [src]

pub enum BufferCreationError {
    OutOfMemory,
    BufferTypeNotSupported,
}

Error that can happen when creating a buffer.

Variants

Not enough memory to create the buffer.

This type of buffer is not supported.

Trait Implementations

impl Debug for BufferCreationError
[src]

[src]

Formats the value using the given formatter.

impl Copy for BufferCreationError
[src]

impl Clone for BufferCreationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for BufferCreationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BufferCreationError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<BufferCreationError> for CreationError
[src]

[src]

Performs the conversion.

impl From<BufferCreationError> for CreationError
[src]

[src]

Performs the conversion.

impl From<BufferCreationError> for CreationError
[src]

[src]

Performs the conversion.