Skip to content

Consider adding a function/helper for creating WebGPU surfaces #8912

Open
@eliasdaler

Description

@eliasdaler

Hello.

I've been playing with WebGPU and SDL recently and one of the problems was creating a surface you can render to with SDL.

I've found this implementation which works fine, but I feel like it would be nice to include something like this in SDL since creating OpenGL context is a lot easier than creating a WebGPU "context" (actually wgpu/Dawn manages that, but you still need to bring the code to "glue" WebGPU and SDL together).

Feel free to close the issue if it seems "out of scope" for SDL. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions