---
title: flippedVertically
framework: metalkit
role: symbol
role_heading: Type Property
path: metalkit/mtktextureloader/origin/flippedvertically
---

# flippedVertically

An option that specifies that images should always be flipped.

## Declaration

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

## Discussion

Discussion The texture will be flipped vertically regardless of any metadata in the file indicating the placement of the origin in the source data.

## See Also

### Specifying Texture Origin Options

- [topLeft](metalkit/mtktextureloader/origin/topleft.md)
- [bottomLeft](metalkit/mtktextureloader/origin/bottomleft.md)
