Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ imageByteCount
Method
imageByteCount
tools/imageio/imageio.h:193–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
};
192
193
size_t imageByteCount() const noexcept {
194
return imagePixelCount() * format().pixelByteCount();
195
};
196
197
size_t scanlineByteCount() const noexcept {
198
return width() * format().pixelByteCount();
Callers
2
readImageHeaders
Method · 0.80
readImage
Method · 0.80
Calls
2
pixelByteCount
Method · 0.80
format
Function · 0.50
Tested by
no test coverage detected