Skip to content

SDL_Renderer is not being created properly on Windows #12019

Closed
@ChedRed

Description

@ChedRed

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions