[][src]Function ul_sys::ulAppSetWindow

pub unsafe extern "C" fn ulAppSetWindow(app: ULApp, window: ULWindow)

Set the main window, you must set this before calling ulAppRun.

@param window The window to use for all rendering.

@note We currently only support one Window per App, this will change later once we add support for multiple driver instances.