mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Add 'important' flag on structured data
This commit is contained in:
@@ -253,7 +253,7 @@ void APIInspector::addEvent(const APIEvent &ev, bool primary)
|
||||
|
||||
m_Chunks.push_back(chunk);
|
||||
|
||||
root->setText(1, chunk->name);
|
||||
root->setText(1, SDObject2Variant(chunk, true));
|
||||
|
||||
addStructuredChildren(root, *chunk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user