mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Hide list of children completely in structured data
* This makes it easier to enforce object ownership, as well as gives us options for e.g. generating structure data on demand lazily.
This commit is contained in:
@@ -154,7 +154,7 @@ void APIInspector::fillAPIView()
|
||||
|
||||
root->setText(1, chunk->name);
|
||||
|
||||
addStructuredObjects(root, chunk->data.children, false);
|
||||
addStructuredChildren(root, *chunk);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user