Expand description
Backend implementation for the glutin library
§Features
Only available if the ‘glutin’ feature is enabled.
Re-exports§
pub use self::simple_window_builder::SimpleWindowBuilder;
pub use glutin;
Modules§
- A utility to simplify context creation with glutin.
Structs§
- Wraps a glutin context together with the corresponding Surface. This is necessary so that we can swap buffers and determine the framebuffer size within glium.
- A GL context combined with a facade for drawing upon.
- An implementation of the
Backend
trait for glutin.
Enums§
- Error that can happen while creating a glium display.