eliemichel / sdl2webgpu

An extension for the SDL2 library for using WebGPU native.
MIT License
25 stars 5 forks source link

Fix Wayland backend #5

Closed 0x000C0A71 closed 4 months ago

0x000C0A71 commented 4 months ago

There seems to have been a typo before, where the wl_display was passed as both the display and surface.

eliemichel commented 4 months ago

Thanks for spotting this!