Spinning Topp Logo BlackTopp Studios
inc
Public Attributes | List of all members
Mezzanine::Graphics::InternalTextureData Class Reference

This class is used to store the internal structures needed by the Texture class. More...

Public Attributes

Ogre::TexturePtr GraphicsTexture
 The internal representation of the Texture. More...
 

Detailed Description

This class is used to store the internal structures needed by the Texture class.

Specifically, this class stores a shared pointer to the Ogre Texture and only exists because shared pointers can't be forward declared without compromising how they work.

Definition at line 62 of file texture.cpp.

Member Data Documentation

Ogre::TexturePtr Mezzanine::Graphics::InternalTextureData::GraphicsTexture

The internal representation of the Texture.

Definition at line 67 of file texture.cpp.


The documentation for this class was generated from the following file: