Function DrawTextureEx

Source
pub unsafe extern "C" fn DrawTextureEx(
    texture: Texture2D,
    position: Vector2,
    rotation: c_float,
    scale: c_float,
    tint: Color,
)
Expand description

Draw a Texture2D with extended parameters