MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / OffsetData

Method OffsetData

third-party/tinyexr/tinyexr.h:4843–4843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4841
4842struct OffsetData {
4843 OffsetData() : num_x_levels(0), num_y_levels(0) {}
4844 std::vector<std::vector<std::vector <tinyexr::tinyexr_uint64> > > offsets;
4845 int num_x_levels;
4846 int num_y_levels;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected