MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / OffsetData

Method OffsetData

Source/ThirdParty/tinyexr.h:6352–6352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6350
6351struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected