[][src]Function ul_sys::ulCreateApp

pub unsafe extern "C" fn ulCreateApp(config: ULConfig) -> ULApp

Create the App singleton.

@param config Configuration settings to use.

@note You should only create one of these per application lifetime.

   App maintains its own Renderer instance, make sure to set your
   Config before creating App. (@see Platform::set_config)