pub unsafe extern "C" fn ulConfigSetForceRepaint(
config: ULConfig,
enabled: bool,
)Expand description
Set whether or not we should continuously repaint any Views or compositor layers, regardless if they are dirty or not. This is mainly used to diagnose painting/shader issues. (Default = False)