MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / getPackedElementCount

Method getPackedElementCount

tools/imageio/imagecodec.hpp:466–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 glm::uvec4 getTexelBlockDimensions() const { return texelBlockDimensions; }
465 constexpr uint32_t getPackedElementByteSize() const { return packedElementByteSize; }
466 constexpr uint32_t getPackedElementCount() const { return packedElementCount; }
467 constexpr uint32_t getTexelBlockByteSize() const { return texelBlockByteSize; }
468 constexpr uint32_t getChannelCount() const { return channels; }
469

Callers 2

operator<<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected