TextureData.h File Reference
#include <memory>
#include <string>
#include "Renderer_GL.h"

Go to the source code of this file.

Classes

class  TextureData
 The underlying data of a texture. More...
 

Typedefs

typedef std::shared_ptr< GLubyte > ImageDataPtr
 

Typedef Documentation

typedef std::shared_ptr< GLubyte > ImageDataPtr