|
Blender
V3.3
|
#include <IMB_imbuf_types.h>
Public Attributes | |
| unsigned int | fourcc |
| unsigned int | nummipmaps |
| unsigned char * | data |
| unsigned int | size |
Definition at line 31 of file IMB_imbuf_types.h.
| unsigned char* DDSData::data |
The compressed image data
Definition at line 37 of file IMB_imbuf_types.h.
Referenced by IMB_create_gpu_texture(), IMB_dupImBuf(), IMB_freeImBuf(), and imb_load_dds().
| unsigned int DDSData::fourcc |
| unsigned int DDSData::nummipmaps |
The number of mipmaps in the dds file
Definition at line 35 of file IMB_imbuf_types.h.
Referenced by IMB_create_gpu_texture(), and imb_load_dds().
| unsigned int DDSData::size |
The size of the compressed data
Definition at line 39 of file IMB_imbuf_types.h.
Referenced by imb_load_dds().