Blender  V2.93
Public Attributes | List of all members
CDataFileImageHeader Struct Reference

Public Attributes

int structbytes
 
int width
 
int height
 
int tile_size
 

Detailed Description

Definition at line 54 of file customdata_file.c.

Member Data Documentation

◆ height

int CDataFileImageHeader::height

Definition at line 57 of file customdata_file.c.

Referenced by cdf_read_header().

◆ structbytes

int CDataFileImageHeader::structbytes

Definition at line 55 of file customdata_file.c.

Referenced by cdf_read_header(), and cdf_write_open().

◆ tile_size

int CDataFileImageHeader::tile_size

Definition at line 58 of file customdata_file.c.

Referenced by cdf_read_header(), and cdf_write_open().

◆ width

int CDataFileImageHeader::width

Definition at line 56 of file customdata_file.c.

Referenced by cdf_read_header().


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