TraceViewer: Build a tree of all command buffers and display that instead of a flat list.
This commit is contained in:
@@ -80,6 +80,8 @@ class TraceViewer {
|
||||
void DrawUI();
|
||||
void DrawControllerUI();
|
||||
void DrawPacketDisassemblerUI();
|
||||
int RecursiveDrawCommandBufferUI(const TraceReader::Frame* frame,
|
||||
TraceReader::CommandBuffer* buffer);
|
||||
void DrawCommandListUI();
|
||||
void DrawStateUI();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user