Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
unpackAndSave422
Method · 0.80
savePNG
Method · 0.80
saveEXR
Method · 0.80
imageByteCount
Method · 0.80
scanlineByteCount
Method · 0.80
readImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected