Function ul_sys::ulSurfaceSetDirtyBounds[][src]

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())