Vulkan is a rendering API which is currently available in BeamNG as an experimental feature. It provides more optimal performance, and the Virtual Reality mode also only runs with Vulkan.
Vulkan renderer is available with BeamNG.tech, but has some limitations.
Unsupported Features
BeamNG.tech currently comes only with limited Vulkan support.
The BeamNG.tech features that are known not to be supported and may crash the simulation:
As the Linux version only supports the Vulkan renderer, this means these features are not working on the Linux version.
How to Run
You can run the simulator with the Vulkan renderer by using the command-line arguments:
Bin64\BeamNG.tech.x64.exe -gfx vk
If you are running BeamNG.tech from BeamNGpy, you can run it with Vulkan like this:
beamng = BeamNGpy('localhost', 64256)
beamng.open(None, '-gfx', 'vk')