Function raylib_sys::DrawTextureQuad[][src]

pub unsafe extern "C" fn DrawTextureQuad(
    texture: Texture2D,
    tiling: Vector2,
    offset: Vector2,
    quad: Rectangle,
    tint: Color
)