New Vulkan® Extensions in our latest Radeon™ Software Adrenalin driver 20.9.2

We’ve just released our latest Radeon™ Software Adrenalin Edition driver (20.9.2), and it includes three notable extensions:

  • VK_KHR_buffer_device_address
    • This extension allows applications to use pointers to buffer memory in their shader code, allowing the construction of complex data structures.
    • In addition, unlike traditional resources, there are no limits to the number of pointers available to a shader, and no need for descriptor bindings – pointers can even be patched into shaders as specialization constants.
    • Some tools can additionally make use of this extension as a “free” debugging channel rather than allocating descriptors.

  • VK_EXT_robustness2
    • This extension enables out of bounds access guarantees for buffers and images that match the behavior of DirectX® APIs.
    • This is another useful feature for applications porting from DirectX® APIs, or for layered API implementations.
    • We recommend using this extension only for compatibility or porting efforts, as there can be a performance cost, and it can hide rendering errors.

  • VK_EXT_shader_image_atomic_int64
    • This extension adds 64-bit storage image support to Vulkan®, enabling read, write, and atomic access from shaders.
    • Applications currently using buffers for 64-bit atomics with 2D access patterns will be able to realise a notable performance uplift by switching to images.

More GPUOpen Vulkan® content

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.

Vulkan®

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

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!

Latest news

Looking for a good place to get started with exploring GPUOpen?

Getting started: our software

New or fairly new to AMD’s tools, libraries, and effects? This is the best place to get started on GPUOpen!

Getting started: development and performance

Looking for tips on getting started with developing and/or optimizing your game, whether on AMD hardware or generally? We’ve got you covered!

You may also like...

Explore our huge collection of detailed tutorials, sample code, presentations, and documentation to find answers to your graphics development questions.

Create wonder. No black boxes.

The home of great performance and optimization advice for AMD RDNA™ 2 GPUs, AMD Ryzen™ CPUs, and so much more.

Browse all our useful samples. Perfect for when you’re needing to get started, want to integrate one of our libraries, and much more.

Discover what our SDK technologies can offer you. Query hardware or software, manage memory, create rendering applications or machine learning, and much more!

Analyze, Optimize, Profile, Benchmark. We provide you with the developer tools you need to make sure your game is the best it can be!