Blender  V3.3
Public Attributes | List of all members
DDSData Struct Reference

#include <IMB_imbuf_types.h>

Public Attributes

unsigned int fourcc
 
unsigned int nummipmaps
 
unsigned char * data
 
unsigned int size
 

Detailed Description

Definition at line 31 of file IMB_imbuf_types.h.

Member Data Documentation

◆ data

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().

◆ fourcc

unsigned int DDSData::fourcc

DDS fourcc info

Definition at line 33 of file IMB_imbuf_types.h.

Referenced by imb_load_dds().

◆ nummipmaps

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().

◆ size

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().


The documentation for this struct was generated from the following file: