Pyrogenesis
13997
|
stores all data describing an image. More...
#include <tex.h>
Public Attributes | |
shared_ptr< u8 > | data |
file buffer or image data. More... | |
size_t | dataSize |
size_t | ofs |
offset to image data in file. More... | |
size_t | w |
size_t | h |
size_t | bpp |
size_t | flags |
see TexFlags and "Format Conversion" in docs. More... | |
stores all data describing an image.
we try to minimize size, since this is stored in OglTex resources (which are big and pushing the h_mgr limit).
shared_ptr<u8> Tex::data |
size_t Tex::flags |
size_t Tex::ofs |