Tweak debug callback print

This commit is contained in:
baldurk
2016-02-07 18:46:08 +01:00
parent c1f87201bb
commit b93b8eb662
+1 -1
View File
@@ -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)