---
title: GLKTextureInfo
framework: glkit
role: symbol
role_heading: Class
path: glkit/glktextureinfo
---

# GLKTextureInfo

Information about OpenGL textures created by the GLKTextureLoader class.

## Declaration

```swift
class GLKTextureInfo
```

## Overview

Overview When your app loads textures using the GLKTextureLoader class, the texture loader returns information about the textures using GLKTextureInfo objects. Your app never creates GLKTextureInfo objects directly.

## Topics

### Reading Texture Information

- [name](glkit/glktextureinfo/name-swift.property.md)
- [target](glkit/glktextureinfo/target-swift.property.md)
- [height](glkit/glktextureinfo/height-swift.property.md)
- [width](glkit/glktextureinfo/width-swift.property.md)
- [textureOrigin](glkit/glktextureinfo/textureorigin-swift.property.md)
- [alphaState](glkit/glktextureinfo/alphastate-swift.property.md)
- [containsMipmaps](glkit/glktextureinfo/containsmipmaps-swift.property.md)

### Constants

- [GLKTextureInfoAlphaState](glkit/glktextureinfoalphastate.md)
- [GLKTextureInfoOrigin](glkit/glktextureinfoorigin.md)

### Instance Properties

- [arrayLength](glkit/glktextureinfo/arraylength-swift.property.md)
- [depth](glkit/glktextureinfo/depth-swift.property.md)
- [mimapLevelCount](glkit/glktextureinfo/mimaplevelcount-swift.property.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Texture Loading

- [GLKTextureLoader](glkit/glktextureloader.md)
