I just started learning Vulkan today. I’m using SDL3 as my windowing library since I have prior experience with it. I was following a tutorial, and essentially I’m trying to build this code: link. This is the first ever commit to the tutorial source code.
The application compiles fine, but the window doesn’t show up. I’m trying to reinstall my Mesa drivers, but it doesn’t have any effect.
I tried to find alternative ways of using sdl3 window but most of them seem to use outdated features.