|
uint32_t | size |
|
int32_t | width |
|
int32_t | height |
|
uint16_t | planes |
|
uint16_t | bits_per_pixel |
|
uint32_t | compression |
|
uint32_t | image_size |
|
int32_t | x_resolution |
|
int32_t | y_resolution |
|
uint32_t | nb_colors |
|
uint32_t | nb_important_colors |
|
|
static const std::size_t | dib_size |
|
◆ dib_size
const std::size_t Assimp::Bitmap::DIB::dib_size |
|
static |
Initial value:=
sizeof(uint32_t) +
sizeof(int32_t) +
sizeof(int32_t) +
sizeof(uint16_t) +
sizeof(uint16_t) +
sizeof(uint32_t) +
sizeof(uint32_t) +
sizeof(int32_t) +
sizeof(int32_t) +
sizeof(uint32_t) +
sizeof(uint32_t)
The documentation for this struct was generated from the following file: