Function raylib_sys::DrawTextureEx[][src]

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