#include <GLtexture.h>
Public Attributes | |
int | height |
std::vector< unsigned char > | image |
int | numComponents |
bool | repeatS |
bool | repeatT |
std::string | url |
int | width |
Definition at line 4 of file GLtexture.h.
Definition at line 8 of file GLtexture.h.
std::vector<unsigned char> GLtexture::image |
Definition at line 10 of file GLtexture.h.
Definition at line 7 of file GLtexture.h.
bool GLtexture::repeatS |
Definition at line 9 of file GLtexture.h.
bool GLtexture::repeatT |
Definition at line 9 of file GLtexture.h.
std::string GLtexture::url |
Definition at line 11 of file GLtexture.h.
Definition at line 8 of file GLtexture.h.