Added more info about the --app parameter.

This commit is contained in:
Patrick 2024-10-09 10:11:41 +02:00
parent 4f6cc4dded
commit 01bb58d41c

View File

@ -37,7 +37,7 @@ git apply <path to fix_sdl3_from_worktree.patch>
After that run the build again and everything should work just fine. After that run the build again and everything should work just fine.
## Running ## Running
After compiling you can find the executable in `bin/sdl_gpu_test[.exe]`. You can either run it without any arguments to execute the latest iteration of my test application or pass the `--app` parameter to chose another one. After compiling you can find the executable in `bin/sdl_gpu_test[.exe]`. You can either run it without any arguments to execute the latest iteration of my test application or pass the `--app` parameter to chose another one. You can find the names of the apps in [main.cpp](https://git.mewin.de/mewin/sdl_gpu_test/src/branch/master/private/sdl_gpu_test/main.cpp) or by using `--app` with an invalid value :).
## Further Reading ## Further Reading
If you want to learn more about SDL_gpu.h, try the following: If you want to learn more about SDL_gpu.h, try the following: