Function convert_rows

Source
unsafe fn convert_rows(
    top: *const u8,
    pitch: isize,
    w: usize,
    h: usize,
    dst: &mut [u8],
)
Expand description

Copy h rows of w BGRX pixels starting at top (row stride pitch, signed) into top-down RGBA.