Blender V4.5
CDataFileImageHeader Struct Reference

Public Attributes

int structbytes
int width
int height
int tile_size

Detailed Description

Definition at line 42 of file customdata_file.cc.

Member Data Documentation

◆ height

int CDataFileImageHeader::height

Definition at line 45 of file customdata_file.cc.

Referenced by cdf_read_header().

◆ structbytes

int CDataFileImageHeader::structbytes

Definition at line 43 of file customdata_file.cc.

Referenced by cdf_read_header(), and cdf_write_open().

◆ tile_size

int CDataFileImageHeader::tile_size

Definition at line 46 of file customdata_file.cc.

Referenced by cdf_read_header(), and cdf_write_open().

◆ width

int CDataFileImageHeader::width

Definition at line 44 of file customdata_file.cc.

Referenced by cdf_read_header().


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