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

Method LayerChannel

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

Source from the content-addressed store, hash-verified

6104
6105struct LayerChannel {
6106 explicit LayerChannel(size_t i, std::string n) : index(i), name(n) {}
6107 size_t index;
6108 std::string name;
6109};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected