Function raylib::ffi::DrawTextureNPatch[][src]

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