pub fn composite_bitmap(
dst: &mut [u8],
dst_w: u32,
dst_h: u32,
bmp: &RenderBitmap,
)Expand description
Composite a RenderBitmap at its own position onto a premultiplied-RGBA8
frame buffer with source-over blending.
pub fn composite_bitmap(
dst: &mut [u8],
dst_w: u32,
dst_h: u32,
bmp: &RenderBitmap,
)Composite a RenderBitmap at its own position onto a premultiplied-RGBA8
frame buffer with source-over blending.