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

Function version

tools/ktx/command.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88#endif
89
90std::string version(bool testrun) {
91 return testrun ? STR(KTX_DEFAULT_VERSION) : STR(KTX_VERSION);
92}
93
94// -------------------------------------------------------------------------------------------------
95

Callers 7

executeDeflateMethod · 0.85
executeEncodeMethod · 0.85
patchWithLibKtxMethod · 0.85
executeTranscodeMethod · 0.85
processMethod · 0.85
mainMethod · 0.85
executeCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected