[][src]Function ul_sys::ulSurfaceResize

pub unsafe extern "C" fn ulSurfaceResize(
    surface: ULSurface,
    width: c_uint,
    height: c_uint
)

Resize the pixel buffer to a certain width and height (both in pixels).

This should never be called while pixels are locked.