[][src]Function show_image::make_window

pub fn make_window(name: impl Into<String>) -> Result<Window, String>

Make a window with default options using the global context.

See [Context::make_window] for more details.

If the global context was not yet initialized, this function will initialize it.