Function raylib_sys::DrawTexturePro[][src]

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