Hello,
Is raytracing supported on the RX 6000 series video cards under Linux?
What about the 7000 series?
glxinfo shows
Device: AMD Radeon RX 6800 (sienna_cichlid, LLVM 13.0.1, DRM 3.42, 5.15.0-57-generic) (0x73bf)
https://community.khronos.org/t/rayt...of-dxr/77016/3
https://community.khronos.org/t/open...pport/104489/2
So, officially, OpenGL doesn’t have the raytracing feature (doesn’t expose the hardware’s raytracing ability) and never will have.
They have written the extension specification for Vulkan.
VK_KHR_ray_tracing_pipeline
VK_KHR_ray_query
GLSL_EXT_ray_tracing
SPV_KHR_ray_tracing
VK_KHR_acceleration_structure
https://registry.khronos.org/vulkan/..._pipeline.html
https://github.com/KhronosGroup/GLSL...ay_tracing.txt
https://htmlpreview.github.io/?https...y_tracing.html
https://registry.khronos.org/vulkan/...spirv_1_4.html
https://registry.khronos.org/vulkan/...structure.html
but none of those extensions are shown when I run vulkaninfo via the command line.
I have seen a couple of videos on youtube that claim to be running Linux, using some AMD 6800 XT and they demo MetroExodus and Shadow of the Tomb Raider where they enable raytracing.
This is odd since AMD claims these GPU are RDNA2 and it is suppose to have hardware support for DirectX 12 raytracing.