| 6350 | |
| 6351 | struct OffsetData { |
| 6352 | OffsetData() : num_x_levels(0), num_y_levels(0) {} |
| 6353 | std::vector<std::vector<std::vector <tinyexr::tinyexr_uint64> > > offsets; |
| 6354 | int num_x_levels; |
| 6355 | int num_y_levels; |
nothing calls this directly
no outgoing calls
no test coverage detected