pub fn blit_sub( sprite: &[u8], x: i32, y: i32, width: u32, height: u32, src_x: u32, src_y: u32, stride: u32, flags: u32 )
Copies a subregion within a larger sprite atlas to the framebuffer.