switch to simplified debug engine command interface; rely on interact registers, rather than explicit pass-down, for contextually-obvious parameters

This commit is contained in:
Ryan Fleury
2024-08-28 16:47:05 -07:00
parent e3dc29d7ae
commit 269abf661f
8 changed files with 316 additions and 592 deletions
@@ -406,7 +406,6 @@ D_CmdParamSlot_COUNT,
typedef struct D_CmdParams D_CmdParams;
struct D_CmdParams
{
U64 slot_props[(D_CmdParamSlot_COUNT + 63) / 64];
D_Handle window;
D_Handle panel;
D_Handle dest_panel;