mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-19 10:32:23 -07:00
default expansion in eval visualization; apply to scheduler tree
This commit is contained in:
@@ -108,6 +108,7 @@ struct EV_ExpandInfo
|
||||
U64 row_count;
|
||||
B32 single_item; // all rows form a single "item" - a singular, but large, row
|
||||
B32 add_new_row; // also supports an 'add new row', as the final row, within `row_count`
|
||||
B32 rows_default_expanded;
|
||||
};
|
||||
|
||||
typedef struct EV_ExpandRangeInfo EV_ExpandRangeInfo;
|
||||
@@ -216,6 +217,7 @@ struct EV_Block
|
||||
// rjf: expansion info
|
||||
U64 row_count;
|
||||
B32 single_item;
|
||||
B32 rows_default_expanded;
|
||||
};
|
||||
|
||||
typedef struct EV_BlockTree EV_BlockTree;
|
||||
|
||||
Reference in New Issue
Block a user