Urho3D
|
Compressed image mip level. More...
#include <Image.h>
Public Member Functions | |
CompressedLevel () | |
Construct empty. | |
bool | Decompress (unsigned char *dest) |
Decompress to RGBA. The destination buffer required is width * height * 4 bytes. Return true if successful. |
Public Attributes | |
unsigned char * | data_ |
Compressed image data. | |
CompressedFormat | format_ |
Compression format. | |
int | width_ |
Width. | |
int | height_ |
Height. | |
unsigned | blockSize_ |
Block size in bytes. | |
unsigned | dataSize_ |
Total data size in bytes. | |
unsigned | rowSize_ |
Row size in bytes. | |
unsigned | rows_ |
Number of rows. |
Compressed image mip level.