HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exr_attr_tiledesc_t Struct Reference

Struct holding base tiledesc attribute type defined in spec. More...

#include <openexr_attr.h>

Public Attributes

uint32_t x_size
 
uint32_t y_size
 
uint8_t level_and_round
 

Detailed Description

Struct holding base tiledesc attribute type defined in spec.

NB: This is in a tightly packed area so it can be read directly, be careful it doesn't become padded to the next uint32_t boundary.

Definition at line 272 of file openexr_attr.h.

Member Data Documentation

uint8_t exr_attr_tiledesc_t::level_and_round

Definition at line 276 of file openexr_attr.h.

uint32_t exr_attr_tiledesc_t::x_size

Definition at line 274 of file openexr_attr.h.

uint32_t exr_attr_tiledesc_t::y_size

Definition at line 275 of file openexr_attr.h.


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