Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ sampleCount
Method
sampleCount
tools/imageio/formatdesc.h:581–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
579
return basic.bytesPlane0;
580
}
581
uint32_t sampleCount() const noexcept {
582
return static_cast<uint32_t>(samples.size());
583
}
584
uint32_t sampleBitLength(uint32_t s) const noexcept {
585
return samples[s].bitLength + 1;
586
}
Callers
1
unpackAndSave422
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected