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

Method getPackedElement

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

Source from the content-addressed store, hash-verified

472 }
473
474 uint32_t getPackedElement(const void* ptr, uint32_t index) const { return codec.getPackedElement(this, ptr, index); }
475 glm::uvec4 decodeUINT(const void* ptr) const { return codec.decodeUINT(this, ptr); }
476 glm::ivec4 decodeSINT(const void* ptr) const { return codec.decodeSINT(this, ptr); }
477 glm::vec4 decodeFLOAT(const void* ptr) const { return codec.decodeFLOAT(this, ptr); }

Callers 2

operator<<Method · 0.45

Calls 2

assertFunction · 0.85

Tested by

no test coverage detected