Function ul_next_sys::ulSurfaceSetDirtyBounds

source ยท
pub unsafe extern "C" fn ulSurfaceSetDirtyBounds(
    surface: ULSurface,
    bounds: ULIntRect,
)
Expand description

Set the dirty bounds to a certain value.

This is called after the Renderer paints to an area of the pixel buffer. (The new value will be joined with the existing dirty_bounds())