Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Vulkan Sticky Locked

A topic by desiran created Mar 12, 2023 Views: 928
This topic is locked
Viewing posts 1 to 1
Developer

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:

  1. Download the demo and find out
  2. 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/