pub fn overlay_rgba32(src: &[Vec4], dst: &mut [Vec4], rect: &ClippedRect)Available on crate feature
overlay only.Expand description
Overlay src onto dst.
srcis an RGBA32 (4 bytes per channel) image.dstis an RGBA32 (4 bytes per channel) image.rectis theClippedRectdefining the blit area.