mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-25 23:25:41 +00:00
Fixed vulkan library used for Android replay, plus cmdline args.
This commit is contained in:
@@ -78,7 +78,7 @@ void handle_cmd(android_app *app, int32_t cmd)
|
||||
"APP_CMD_INIT_WINDOW: android_state->window: %p", android_state->window);
|
||||
|
||||
const char *argv[] = {
|
||||
"renderdoccmd", "/sdcard/capture.rdc",
|
||||
"renderdoccmd", "replay", "/sdcard/capture.rdc",
|
||||
};
|
||||
int argc = sizeof(argv) / sizeof(argv[0]);
|
||||
renderdoccmd(argc, (char **)argv);
|
||||
|
||||
Reference in New Issue
Block a user