|
Urho3D
|
Compressed image mip level. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Resource/Image.h>
Public Member Functions | |
| bool | Decompress (unsigned char *dest) const |
| 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_ {CF_NONE} |
| Compression format. | |
| int | width_ {} |
| Width. | |
| int | height_ {} |
| Height. | |
| int | depth_ {} |
| Depth. | |
| 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.
1.8.17