Trait glium::backend::Facade [] [src]

pub trait Facade {
    fn get_context(&self) -> &Rc<Context>;
}

Trait for types that provide a safe access for glium functions.

Required Methods

fn get_context(&self) -> &Rc<Context>

Returns an opaque type that contains the OpenGL state, extensions, version, etc.

Implementors