Function simple_blit::blit_full

source ·
pub fn blit_full<T: Clone>(
    dest: &mut (impl BufferMut<T> + ?Sized),
    dest_pos: (i32, i32),
    src: &(impl Buffer<T> + ?Sized),
    opts: BlitOptions
)
Expand description

Blit one whole buffer to another.

Crops the rectangle if it doesn’t fit.