Especially VK_EXT_graphics_pipeline_library is interesting. This means mesa 23.1 or higher on AMD GPU’s is a must. Iirc Nvidia supports vk gpl for a year or so.
The gpu supports gpl, but it depends on yoir distro and how Steam is installed which mesa version you have. What’s you distro release? Native package manager or flatpa?
Especially VK_EXT_graphics_pipeline_library is interesting. This means mesa 23.1 or higher on AMD GPU’s is a must. Iirc Nvidia supports vk gpl for a year or so.
What does that mean for my RX 5600XT?
The gpu supports gpl, but it depends on yoir distro and how Steam is installed which mesa version you have. What’s you distro release? Native package manager or flatpa?
Run
vulkaninfo | grep VK_EXT_graphics_pipeline_library
and see if it’s there.Thanks! I just ran
vulkaninfo
and it’s there. Btw: You can check your version apparently withvulkaninfo | grep driverInfo
.