Module glium::backend::glutin_backend
[−]
[src]
Backend implementation for the glutin library
Features
Only available if the 'glutin' feature is enabled.
Reexports
pub extern crate glutin; |
Structs
GlutinFacade |
Facade implementation for glutin. Wraps both glium and glutin. |
GlutinHeadlessBackend |
An implementation of the |
GlutinWindowBackend |
An implementation of the |
PollEventsIter |
Iterator for all the events received by the window. |
WaitEventsIter |
Blocking iterator over all the events received by the window. |
WinRef |
Borrow of the glutin window. |