Function ul_sys::ulCreateApp[][src]

pub unsafe extern "C" fn ulCreateApp(
    settings: ULSettings,
    config: ULConfig
) -> ULApp
Expand description

Create the App singleton.

@param settings Settings to customize App runtime behavior. You can pass NULL for this parameter to use default settings.

@param config Config options for the Ultralight renderer. You can pass NULL for this parameter to use default config.

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

@note Certain Config options may be overridden during App creation, most commonly Config::face_winding and Config::device_scale_hint.