Skip to main content

Module init

Module init 

Source
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 associated glium::Display with an OpenGL 3.3 core profile
glutin_window
Creates a winit::event_loop::EventLoop, winit::window::Window, and a glutin::config::Config that can be moved or shared to another thread and used to create a glium::Display with glium_display