pipe parsed command line through render layer initialization; add new command line flags for render layer - (a) to disable API calls which require debug SDKs, and (b) to force software warp driver type

This commit is contained in:
Ryan Fleury
2024-01-12 14:42:24 -08:00
parent 6304ad6955
commit ca8727c4af
4 changed files with 27 additions and 309 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ internal R_Pass *r_pass_from_kind(Arena *arena, R_PassList *list, R_PassKind kin
//~ rjf: Backend Hooks
//- rjf: top-level layer initialization
r_hook void r_init(void);
r_hook void r_init(CmdLine *cmdln);
//- rjf: window setup/teardown
r_hook R_Handle r_window_equip(OS_Handle window);