MCPcopy Create free account
hub / github.com/baldurk/renderdoc / tmpPath

Function tmpPath

qrenderdoc/Code/Interface/ShaderProcessingTool.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45static QString tmpPath(const QString &filename)
46{
47 return QDir(QDir::tempPath()).absoluteFilePath(filename);
48}
49
50QString vulkanVerForSpirVer(QString spirvVer)
51{

Callers 3

RunToolFunction · 0.85
DisassembleShaderMethod · 0.85
CompileShaderMethod · 0.85

Calls 1

QDirClass · 0.85

Tested by

no test coverage detected