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

Method LayerChannel

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

Source from the content-addressed store, hash-verified

7629
7630struct LayerChannel {
7631 explicit LayerChannel(size_t i, std::string n) : index(i), name(n) {}
7632 size_t index;
7633 std::string name;
7634};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected