Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ AddToLog
Method
AddToLog
SampleFramework12/v1.00/App.cpp:313–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
void App::AddToLog(const char* msg)
314
{
315
if(msg == nullptr)
316
return;
317
318
const uint64 idx = numLogMessages % MaxLogMessages;
319
logMessages[idx] = msg;
320
++numLogMessages;
321
322
newLogMessage = true;
323
}
324
325
}
Callers
1
WriteLog
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected