glium::Display [] [src]

type Display = GlutinFacade;

The main object of this library. Controls the whole display.

This object contains a smart pointer to the real implementation. Cloning the display allows you to easily share the Display object throughout your program.