KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
GLDraw::GLTexture2D Class Reference

2D texture data for use in OpenGL. More...

#include <GLTexture2D.h>

Public Member Functions

void setLuminance (const unsigned char *data, int m, int n)
 
void setRGB (const unsigned char *data, int m, int n)
 
void setRGBA (const unsigned char *data, int m, int n)
 
void setAlpha (const unsigned char *data, int m, int n)
 
void setFilterLinear ()
 
void setFilterNearest ()
 
void setWrapClamp ()
 
void setWrapRepeat ()
 
void setCurrentGL ()
 

Public Attributes

GLTextureObject texObj
 

Detailed Description

2D texture data for use in OpenGL.


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