Expand description
Glium initialization functions
Functionsยง
- glium_
display - Create glium Display from given window and OpenGL configuration
- glium_
display_ gl33core - Create glium Display from given window and OpenGL configuration
- glium_
init_ gl33core - Creates a
winit::event_loop::EventLoop,winit::window::Window, and associatedglium::Displaywith an OpenGL 3.3 core profile - glutin_
window - Creates a
winit::event_loop::EventLoop,winit::window::Window, and aglutin::config::Configthat can be moved or shared to another thread and used to create aglium::Displaywithglium_display