<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GLKit",
  "identifier" : "/documentation/GLKit/GLKTextureTarget",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GLKit"
    ],
    "preciseIdentifier" : "c:@E@GLKTextureTarget"
  },
  "title" : "GLKTextureTarget"
}
-->

# GLKTextureTarget

The kind of texture pointed to by the property.

```
enum GLKTextureTarget
```

## Topics

### Constants

[`GLKTextureTarget2D`](/documentation/GLKit/GLKTextureTarget/target2D)

The texture is a 2D texture.

[`GLKTextureTargetCubeMap`](/documentation/GLKit/GLKTextureTarget/targetCubeMap)

The texture is a set of six textures that make up a cube map.

[`GLKTextureTargetCt`](/documentation/GLKit/GLKTextureTarget/targetCt)

The number of items in the enumeration.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)