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

Method finish

qrenderdoc/Code/qrenderdoc.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91public:
92 LogOutputter(FILE *f) : file(f) {}
93 void finish()
94 {
95 std::string msg = this->str();
96 RENDERDOC_LogMessage(LogType::Comment, "EXTN", __FILE__, __LINE__, msg.c_str());
97 fputs(msg.c_str(), file);
98 }
99 virtual int sync() override
100 {
101 rdcstr str = this->str().c_str();

Callers 1

mainFunction · 0.45

Calls 3

RENDERDOC_LogMessageFunction · 0.85
strMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected