Function radiant_rs::backend::create_display[][src]

pub fn create_display(display: &Display, events_loop: EventsLoop) -> Display

Creates a new radiant_rs::Display from given glium::Display and glutin::EventsLoop.

As an alternative to backend::create_renderer(), this allows for glium rendering but keeps radiant display handling.