raylib_wasm

Function DrawTexturePro

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