---
title: GLKTextureInfoOrigin
framework: glkit
role: symbol
role_heading: Enumeration
path: glkit/glktextureinfoorigin
---

# GLKTextureInfoOrigin

The location of the origin in the original source image.

## Declaration

```swift
enum GLKTextureInfoOrigin
```

## Overview

Overview The origin’s position has no effect on how the texture is loaded into the context. If you need to flip the image before loading it, your app must explicitly add the GLKTextureOriginBottomLeft key to the options dictionary provided when loading the texture.

## Topics

### Constants

- [GLKTextureInfoOrigin.unknown](glkit/glktextureinfoorigin/unknown.md)
- [GLKTextureInfoOrigin.topLeft](glkit/glktextureinfoorigin/topleft.md)
- [GLKTextureInfoOrigin.bottomLeft](glkit/glktextureinfoorigin/bottomleft.md)

### Initializers

- [init(rawValue:)](glkit/glktextureinfoorigin/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [GLKTextureInfoAlphaState](glkit/glktextureinfoalphastate.md)
