|
enum class | Format { NONE
, DXT1
, DXT3
, DXT5
} |
|
|
uint32_t | level |
|
Format | format |
|
uint32_t | width |
|
uint32_t | height |
|
uint32_t | compressed_width |
|
uint32_t | compressed_height |
|
uint32_t | depth |
|
uint32_t | pitch |
|
uint32_t | bytes_per_pixel |
|
std::vector< uint8_t > | data |
|
The documentation for this struct was generated from the following file: