| 55 | } |
| 56 | |
| 57 | static void LuxRaysDebugHandler(const char *msg) { |
| 58 | if (LuxCore_LogHandler) |
| 59 | LuxCore_LogHandler((boost::format("[LuxRays][%.3f] %s") % (WallClockTime() - lcInitTime) % msg).str().c_str()); |
| 60 | } |
| 61 | |
| 62 | static void SDLDebugHandler(const char *msg) { |
| 63 | if (LuxCore_LogHandler) |
nothing calls this directly
no test coverage detected