mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Generate clickable links to resource inspector in RDTreeWidget
This commit is contained in:
@@ -146,7 +146,7 @@ void APIInspector::fillAPIView()
|
||||
|
||||
root->setText(1, chunk->name);
|
||||
|
||||
addStructuredObjects(m_Ctx, root, chunk->data.children, false);
|
||||
addStructuredObjects(root, chunk->data.children, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user