mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes
TextureLoader.h File Reference

Declares the TextureLoader, a class that can load a texture from a file and set it up as OpenGL texture. More...

#include "GlobalGL.h"
#include <string>

Go to the source code of this file.

Classes

class  TextureLoader
 The a loader that can set up the image data of a graphics file as an OpenGL texture. More...
 

Detailed Description

Declares the TextureLoader, a class that can load a texture from a file and set it up as OpenGL texture.

Copyright Jan-Philipp Kappmeier, Melanie Schmidt

The loader is an abstract class, the support for loading the image data from a file, a subclass must be derive.

Definition in file TextureLoader.h.