mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-01 04:10:58 +00:00
Tweak debug callback print
This commit is contained in:
@@ -1886,7 +1886,7 @@ void WrappedVulkan::DebugCallback(
|
||||
const char* pLayerPrefix,
|
||||
const char* pMsg)
|
||||
{
|
||||
RDCWARN("debug message:\n%s", pMsg);
|
||||
RDCWARN("[%s] %s", pLayerPrefix, pMsg);
|
||||
}
|
||||
|
||||
void WrappedVulkan::AddDrawcall(FetchDrawcall d, bool hasEvents)
|
||||
|
||||
Reference in New Issue
Block a user