> For the complete documentation index, see [llms.txt](https://simdocs.deepdrive.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simdocs.deepdrive.io/v2-security-updates/docs/vulkan.md).

# Vulkan

With Unreal 4.21, Vulkan is automatically supported. I've tried it with NVIDIA 384 drivers and things crash, but newer drivers may work.

If you experience crashes and see mentions to Vulkan in the logs, you can ensure OpenGL is used by uinstalling these debian packages

```
sudo apt remove libvulkan1 mesa-vulkan-drivers vulkan-utils
```
