MCPcopy 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}
38static void MRLog(const char* msg)
39{
40 if (g_mrLog)
41 g_mrLog(msg);
42}
43
44struct ViewParams
45{

Callers 1

RenderP3DFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected