Function raylib_sys::DrawTextureEx

source ยท
pub unsafe extern "C" fn DrawTextureEx(
    texture: Texture2D,
    position: Vector2,
    rotation: f32,
    scale: f32,
    tint: Color
)