---
title: bottomLeft
framework: metalkit
role: symbol
role_heading: Type Property
path: metalkit/mtktextureloader/origin/bottomleft
---

# bottomLeft

An option for specifying images that should be flipped only to put their origin in the bottom-left corner.

## Declaration

```swift
static let bottomLeft: MTKTextureLoader.Origin
```

## Discussion

Discussion The texture will be flipped vertically if metadata in the file being loaded indicates that the source data starts with the top-left corner of the texture.

## See Also

### Specifying Texture Origin Options

- [topLeft](metalkit/mtktextureloader/origin/topleft.md)
- [flippedVertically](metalkit/mtktextureloader/origin/flippedvertically.md)
