|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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).
Field Summary | |
uint |
bpp : 16
see TexFlags and "Format Conversion" in docs. |
uint |
flags : 16
|
uint |
h : 16
|
Handle |
hm
H_Mem handle to image data. |
size_t |
ofs
offset to image data in file. |
uint |
w : 16
|
Field Detail |
public uint bpp : 16;
public uint flags : 16;
public uint h : 16;
public Handle hm;
public size_t ofs;
public uint w : 16;
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |