Vulkan Requirements
Raptor Guide requires Vulkan version 1.3 as well as the following device features:
- VkPhysicalDeviceVulkan12Features
- bufferDeviceAddress
- VkPhysicalDeviceVulkan13Features
- dynamicRendering
- synchronization2
- maintenance4
Check support
To check if the system support the Vulkan device features listed, run the following command:
$ vulkaninfo | grep '\<bufferDeviceAddress\>\|\<dynamicRendering\>\|\<synchronization2\>\|\<maintenance4\>'
If a feature is missing or states false, the system will not be able to run Raptor Guide.