Why do you need Vulkan?
Technically, Godot supports both Vulkan and OpenGL. However, in my testing, OpenGL looked significantly worse, and would crash often. OpenGL support in Godot 4 is somewhat limited, so I don’t plan to support it for this project. Vulkan or nothing.
IF YOUR COMPUTER DOES NOT SUPPORT VULKAN, YOU CANNOT PLAY WRANGLER. DO NOT PURCHASE IT IF YOU CANNOT RUN THE DEMO.
Does my computer support Vulkan?
Two options:
- Download the demo and find out
- Check this link: https://vulkan.gpuinfo.org/
How do I check what my computer’s GPU is?
Windows
Open task manager (Ctrl+Shift+Esc
). Expand the “More Details” button on the bottom-left. Click on the “Performance” tab, then “GPU”. Your GPU’s name will be written out there.
More detailed / with pictures: https://www.howtogeek.com/414201/how-to-check-what-graphics-card-gpu-is-in-your-pc/
Linux
You probably know whether you have Vulkan on your system or not. If you don’t, find your DE’s “About” program, or follow the psycho steps if you’re a freak like me: https://www.howtogeek.com/508993/how-to-check-which-gpu-is-installed-on-linux/