[][src]Function raylib_sys::DrawTextureNPatch

pub unsafe extern "C" fn DrawTextureNPatch(
    texture: Texture2D,
    nPatchInfo: NPatchInfo,
    destRec: Rectangle,
    origin: Vector2,
    rotation: f32,
    tint: Color
)