raylib_wasm

Function DrawTextureEx

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