pub unsafe extern "C" fn ulConfigSetMaxUpdateTime(
    config: ULConfig,
    max_update_time: f64
)
Expand description

The max amount of time (in seconds) to allow Renderer::Update to run per call. The library will attempt to throttle timers and/or reschedule work if this time budget is exceeded. (Default = 0.01)