[][src]Function raylib::ffi::DrawTexturePro

pub unsafe extern "C" fn DrawTexturePro(
    texture: Texture2D,
    sourceRec: Rectangle,
    destRec: Rectangle,
    origin: Vector2,
    rotation: f32,
    tint: Color
)