set up auto view rule table in frontend thread; visualize auto-view-rules as ghosted text in watch views

This commit is contained in:
Ryan Fleury
2024-09-19 15:29:08 -07:00
parent 05ec402a8e
commit 454764b9f6
2 changed files with 16 additions and 2 deletions
+9
View File
@@ -10394,6 +10394,15 @@ rd_frame(void)
}
ev_select_view_rule_info_table(view_rule_info_table);
////////////////////////////
//- rjf: build eval visualization auto-view-rule table
//
EV_AutoViewRuleTable *auto_view_rule_table = push_array(scratch.arena, EV_AutoViewRuleTable, 1);
{
// TODO(rjf)
}
ev_select_auto_view_rule_table(auto_view_rule_table);
////////////////////////////
//- rjf: autosave if needed
//