I tried setting SDL_HINT_RENDER_DRIVER to "direct3d" on macOS just to see if it will fall back to the default renderer. Unfortunately this seems to not work as described in the documentation: If the application doesn't pick a specific renderer to use, this variable specifies the name of ...
I just sawSDL_HINT_RENDER_DRIVERdoes not include the value "gpu" in its documentation: /*** A variable specifying which render driver to use.** If the application doesn't pick a specific renderer to use, this variable* specifies the name of the preferred renderer. If the preferred renderer...
/__w/SDL/SDL/src/video/SDL_video.c: In function 'SDL_CreateWindowTexture': /__w/SDL/SDL/src/video/SDL_video.c:363:36: error: '%s' directive argument is null [-Werror=format-overflow=] 363 | SDL_Log("render_driver == '%s'", render_driver); | ^~ cc1: all warnings being tre...