mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
add clickable links for Vulkan Validation Layer messages
This commit is contained in:
committed by
Baldur Karlsson
parent
738efd0b03
commit
8059f129d5
@@ -109,7 +109,7 @@ public:
|
||||
case 5:
|
||||
{
|
||||
QVariant desc = msg.description;
|
||||
RichResourceTextInitialise(desc, &m_Ctx);
|
||||
RichResourceTextInitialise(desc, &m_Ctx, true);
|
||||
return desc;
|
||||
}
|
||||
default: break;
|
||||
|
||||
Reference in New Issue
Block a user