pub fn draw_partial_decal_ext(
    pos: &Vf2d,
    decal: &Decal,
    source_pos: &Vf2d,
    source_size: &Vf2d,
    scale: &Vf2d,
    tint: &Pixel
)
Expand description

Draws a region of a decal with scale and tinting.