|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
flags describing the pixel format. these are to be interpreted as deviations from "plain" format, i.e. uncompressed RGB.
Field Summary | |
DXT1A = 7
we need a special value for DXT1a to avoid having to consider flags & TEX_ALPHA to determine S3TC type. |
|
TEX_ALPHA = 0x10
indicates the image contains an alpha channel. |
|
TEX_BGR = 0x08
indicates B and R pixel components are exchanged. |
|
TEX_BOTTOM_UP = 0x40
flags & TEX_ORIENTATION is a field indicating orientation, i. |
|
TEX_DXT = 0x7
flags & TEX_DXT is a field indicating compression. |
|
TEX_GREY = 0x20
indicates the image is 8bpp greyscale. |
|
TEX_MIPMAPS = 0x100
indicates the image data includes mipmaps. |
|
TEX_ORIENTATION = TEX_BOTTOM_UP | TEX_TOP_DOWN
mask |
|
TEX_TOP_DOWN = 0x80
|
Field Detail |
public DXT1A = 7
public TEX_ALPHA = 0x10
public TEX_BGR = 0x08
public TEX_BOTTOM_UP = 0x40
public TEX_DXT = 0x7
public TEX_GREY = 0x20
public TEX_MIPMAPS = 0x100
public TEX_ORIENTATION = TEX_BOTTOM_UP | TEX_TOP_DOWN
public TEX_TOP_DOWN = 0x80
|
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 |