copy_pixel_row

Function copy_pixel_row 

Source
pub fn copy_pixel_row(dst: &mut [f32], src: &[f32])
Expand description

Copy a contiguous row of pixels using copy_from_slice (auto-vectorizes to SIMD memcpy on all targets).

This is a thin wrapper that makes the intent explicit for the compiler.