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

Method pixelByteCount

tools/imageio/formatdesc.h:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 }
577 }
578 uint32_t pixelByteCount() const noexcept {
579 return basic.bytesPlane0;
580 }
581 uint32_t sampleCount() const noexcept {
582 return static_cast<uint32_t>(samples.size());
583 }

Callers 6

unpackAndSave422Method · 0.80
savePNGMethod · 0.80
saveEXRMethod · 0.80
imageByteCountMethod · 0.80
scanlineByteCountMethod · 0.80
readImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected