HDK
|
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 |
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.
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.