Contents

GLKTextureInfo

Information about OpenGL textures created by the Glktextureloader class.

Declaration

class GLKTextureInfo

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

Constants

Instance Properties

See Also

Texture Loading