ES3D::Texture Class Reference

#include <Texture.h>

List of all members.

Public Member Functions

 Texture ()
virtual ~Texture ()
GLvoid reset (GLvoid)

Public Attributes

GLuint width
GLuint height
GLubyte * pixelData
GLenum format


Detailed Description

Container for a texture image.


Constructor & Destructor Documentation

ES3D::Texture::Texture (  ) 

Default constructor.

ES3D::Texture::~Texture (  )  [virtual]

Destructor.


Member Function Documentation

GLvoid ES3D::Texture::reset ( GLvoid   ) 

Reset the texture image and free the memory.


Member Data Documentation

GLenum ES3D::Texture::format

Format of the pixel data.

GLuint ES3D::Texture::height

Height of the image.

GLubyte* ES3D::Texture::pixelData

Pixel data of the image.

GLuint ES3D::Texture::width

Width of the image.


The documentation for this class was generated from the following files:
Generated on Sat May 10 16:30:56 2008 for ES 3D Game SDK Documentation by  doxygen 1.4.7