mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +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:
@@ -315,7 +315,7 @@ void ResourceInspector::Inspect(ResourceId id)
|
||||
|
||||
root->setText(0, chunkObj->name);
|
||||
|
||||
addStructuredObjects(root, chunkObj->data.children, false);
|
||||
addStructuredChildren(root, *chunkObj);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user