Function shadergarden::util::create[][src]

pub fn create(
    title: String,
    width: f64,
    height: f64
) -> (EventLoop<()>, Display)
Expand description

Sets up a window on which to draw. Note that this returns a simple [EventLoop] and Display.