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

pub enum BufferCreationError {
    OutOfMemory,
    BufferTypeNotSupported,
}
[]

Error that can happen when creating a buffer.

Variants

OutOfMemory

Not enough memory to create the buffer.

BufferTypeNotSupported

This type of buffer is not supported.

Trait Implementations

impl Display for BufferCreationError

fn fmt(&self, formatter: &mut Formatter) -> Result

impl Error for BufferCreationError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Clone for BufferCreationError

fn clone(&self) -> BufferCreationError

fn clone_from(&mut self, source: &Self)

impl Copy for BufferCreationError

impl Debug for BufferCreationError

fn fmt(&self, __arg_0: &mut Formatter) -> Result