Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ errnoMessage
Function
errnoMessage
tests/ktxdiff/ktxdiff_main.cpp:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
[[nodiscard]] inline std::string errnoMessage() {
135
return std::make_error_code(static_cast<std::errc>(errno)).message();
136
}
137
138
struct Texture {
139
std::string filepath;
Callers
1
loadFile
Method · 0.70
Calls
1
message
Method · 0.80
Tested by
no test coverage detected