Expand description
The glutin prelude.
The purpose of this module is to make accessing common imports more convenient. The prelude also imports traits shared by the implementations of graphics apis.
use glutin::prelude::*;
Re-exports§
pub use crate::config::GlConfig;
pub use crate::context::GlContext;
pub use crate::context::NotCurrentGlContext;
pub use crate::context::PossiblyCurrentGlContext;
pub use crate::display::GlDisplay;
pub use crate::surface::GlSurface;