Trait nannou::ui::backend::glium::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

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

Implementations on Foreign Types

impl Facade for Rc<Context>
[src]

[src]

Implementors