---
title: topLeft
framework: metalkit
role: symbol
role_heading: Type Property
path: metalkit/mtktextureloader/origin/topleft
---

# topLeft

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

## Declaration

```swift
static let topLeft: 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 bottom-left corner of the texture.

## See Also

### Specifying Texture Origin Options

- [bottomLeft](metalkit/mtktextureloader/origin/bottomleft.md)
- [flippedVertically](metalkit/mtktextureloader/origin/flippedvertically.md)
