Struct glium::backend::glutin_backend::GlutinWindowBackend
[−]
[src]
pub struct GlutinWindowBackend {
// some fields omitted
}An implementation of the Backend trait for a glutin window.
Methods
impl GlutinWindowBackend
fn new(builder: WindowBuilder) -> Result<GlutinWindowBackend, GliumCreationError<CreationError>>
Builds a new backend from the builder.