Enum glium::framebuffer::RenderBufferCreationError [] [src]

pub enum RenderBufferCreationError {
    FormatNotSupported,
}

Error while creating a render buffer.

Variants

FormatNotSupported

The requested format is not supported.

Trait Implementations

impl From<FormatNotSupportedError> for CreationError

fn from(_: FormatNotSupportedError) -> CreationError

Derived Implementations

impl Debug for CreationError

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

impl Clone for CreationError

fn clone(&self) -> CreationError

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

impl Copy for CreationError