Radeon™ Vulkan® Drivers Version Table

A handy table listing the equivalent versions of Vulkan®, Windows® Store, and internal drivers for each Radeon™ Software Adrenalin driver release.

Want more information about this table?

So as a developer writing something using Vulkan®, how do you map between the AMD GPU driver that the users of your games have installed, and our versioned Vulkan component in that driver? 

What we’ve come up with is a machine-readable mapping that you can integrate into your software, plus this page here with this handy table that we’ll keep updated whenever a new driver version shows up.

To find out more, read our Decoding Radeon™ Vulkan® versions tutorial to your right:

Machine Readable XML

  • https://gpuopen.com/vulkan-versions/amdversions.xmlLink
  • https://raw.githubusercontent.com/GPUOpen-Drivers/amd-vulkan-versions/master/amdversions.xmlLink

More Vulkan® content on GPUOpen

Developing Vulkan® applications

Discover our Vulkan blog posts, presentations, samples, and more. Find out how we can help you create and optimize your Vulkan applications!

Vulkan®

Vulkan® gives software developers control over the performance, efficiency, and capabilities of AMD Radeon™ GPUs and multi-core CPUs.

AMD GPUOpen Vulkan Memory Allocator

Vulkan® Memory Allocator

VMA is our single-header, MIT-licensed, C++ library for easily and efficiently managing memory allocation for your Vulkan® games and applications.