Vulkan® ray tracing extension support in our latest AMD Radeon™ Adrenalin driver 20.11.3

Announcing new Vulkan® ray tracing extension support in our latest driver

Following a brief spell in our beta driver, we’re delighted to announce that support for the following new Vulkan® ray tracing extensions is now available in our main Radeon™ Adrenalin driver 20.11.3 onwards:

  • VK_KHR_acceleration_structure
    • This extension provides acceleration structures for representing geometry that is spatially sorted. Acceleration structures are the most common way for quickly identifying potential ray intersections by ray tracing techniques.
  • VK_KHR_ray_tracing_pipeline
    • This extension introduces ray tracing pipelines along with new shader domains and an indirection table to link shader groups with acceleration structures.
  • VK_KHR_ray_query
    • This extension introduces ray queries, which can be used by any shader type outside of the optional dedicated ray tracing pipeline to return traversal results to the calling shader.
  • VK_KHR_deferred_host_operations
    • This extension defines the infrastructure and usage patterns for deferrable commands, which allows dependent extensions to defer their own operations. The VK_KHR_deferred_host_operations extension itself does not specify any commands as deferrable.
  • VK_KHR_pipeline_library
    • This extension introduces pipeline libraries. A pipeline library is a new special pipeline type that defines a set of pipeline states. It cannot be bound, rather it can be linked into other pipelines.

In addition to the ray tracing extensions above, there’s also now support for:

  • VK_KHR_shader_terminate_invocation
    • This extension indicates support for the SPV_KHR_terminate_invocation SPIR-V extension. The SPIR-V extension introduces a new instruction OpTerminateInvocation that allows a shader invocation to immediately terminate, which provides the behavior required by the GLSL discard statement.

Our Vulkan® Memory Allocator library is already compatible, as VkAccelerationStructures are created on top of VkBuffers.

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

AMD at GDC 2023

Learn about our GDC 2023 activities, including the latest developments with our FidelityFX technologies, new GI techniques, and more.

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!