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

Go to the source code of this file.

Classes

class  Texture
 An image that can be applied to a surface of a drawable object. More...
 

Typedefs

typedef std::shared_ptr< TextureTexturePtr
 

Typedef Documentation

typedef std::shared_ptr< Texture > TexturePtr