Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ MRLog
Function
MRLog
engine/Poseidon/Graphics/Textures/ModelRenderer.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
g_mrLog = func;
37
}
38
static void MRLog(const char* msg)
39
{
40
if (g_mrLog)
41
g_mrLog(msg);
42
}
43
44
struct ViewParams
45
{
Callers
1
RenderP3DFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected