You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the latest version of SDL3 and compiled my program, but it failed to show a window. SDL_GetError() says Couldn't find matching render driver.
I created the renderer with SDL_CreateRenderer(Window, NULL); The renderer was created when I input SDL_GetRenderDriver(0) in place of the NULL.
This only occurs on Windows.
The text was updated successfully, but these errors were encountered:
I installed the latest version of SDL3 and compiled my program, but it failed to show a window. SDL_GetError() says
Couldn't find matching render driver
.I created the renderer with
SDL_CreateRenderer(Window, NULL);
The renderer was created when I inputSDL_GetRenderDriver(0)
in place of theNULL
.This only occurs on Windows.
The text was updated successfully, but these errors were encountered: