pub unsafe extern "C" fn ulRefreshDisplay(
renderer: ULRenderer,
display_id: c_uint,
)Expand description
Notify the renderer that a display has refreshed (you should call this after vsync).
This updates animations, smooth scroll, and window.requestAnimationFrame() for all Views matching the display id.