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
@@ -946,7 +946,7 @@ entry_point(int argc, char **argv)
dasm_init();
os_graphical_init();
fp_init();
r_init();
r_init(&cmdln);
tex_init();
geo_init();
f_init();