ulConfigSetForceRepaint

Function ulConfigSetForceRepaint 

Source
pub unsafe extern "C" fn ulConfigSetForceRepaint(
    config: ULConfig,
    enabled: bool,
)
Expand description

Whether or not to continuously repaint any Views, regardless if they are dirty.

This is mainly used to diagnose painting/shader issues and profile performance.

(Default = False)