mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Enable QT_MESSAGELOGCONTEXT and debugging info in release builds
This commit is contained in:
@@ -291,7 +291,7 @@ extern "C" RENDERDOC_API void RENDERDOC_CC RENDERDOC_LogMessage(LogMessageType t
|
||||
RDCCOMPILE_ASSERT(
|
||||
(int)eLogType_First == (int)RDCLog_First && (int)eLogType_NumTypes == (int)eLogType_NumTypes,
|
||||
"Log type enum is out of sync");
|
||||
rdclog_int((LogType)type, project, file, line, "%s", text);
|
||||
rdclog_int((LogType)type, project ? project : "UNK?", file ? file : "unknown", line, "%s", text);
|
||||
}
|
||||
|
||||
extern "C" RENDERDOC_API const char *RENDERDOC_CC RENDERDOC_GetLogFile()
|
||||
|
||||
Reference in New Issue
Block a user