doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
13.42k stars 867 forks source link

native: Add SDL3 WSI (for real) #4404

Closed doitsujin closed 1 month ago

doitsujin commented 1 month ago

See #4326 , #4323

Needs more testing, but it builds and I managed to create a window with a swap chain.

CC @flibitijibibo

flibitijibibo commented 1 month ago

Will try to test this weekend - if you want a full game to try, FEZ has an 'sdl3' Steam beta, and copying the dxvk libraries to the game's lib64 folder and passing /gldevice:D3D11 as a launch option should run with dxvk over SDL3.