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

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

#include <GLTexture1D.h>

Public Member Functions

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

Public Attributes

GLTextureObject texObj
 

Detailed Description

1D texture data for use in OpenGL.


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