Function raylib_sys::DrawTextureTiled[][src]

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