79197433

Date: 2024-11-17 14:54:33
Score: 2
Natty:
Report link

I've tried to replicate your code using SDL preview-3.1.6 and both the extension number and the required extensions get reported correctly. The steps I followed are:


If after following these steps you get the same error you need to check that you have a good Vulkan installation and that you are linking correctly with SDL.

First thing I would try is to check that the demos in the Vulkan SDK work. You can find them at %VULKAN_SDK%/Demos.

After that I would test a basic triangle sample you can find online. For example:

If the Vulkan Demos or the Triangle Example work it means you have a problem with SDL. Check that you are linking with the correct lib/dll or try with SDL2.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): get the same error
  • Low reputation (1):
Posted by: Alex Cazacu