SDL_test: add --gpu option

This commit is contained in:
Anonymous Maarten 2024-08-30 13:43:38 +02:00
parent 8ce2074d08
commit 88fe52df7b
3 changed files with 13 additions and 2 deletions

View file

@ -91,6 +91,7 @@ typedef struct
SDL_DisplayMode fullscreen_mode;
int num_windows;
SDL_Window **windows;
const char *gpudriver;
/* Renderer info */
const char *renderdriver;