radeon_raytracing_analyzer
radeon_raytracing_analyzer copied to clipboard
Vulkan Unknow Error while capturing .rra using RDP
When I run a Vulkan application(simple ray query compute shader) with RDP to capture its .rra trace, application crashes with Vulkan Unknown error. (I have RDNA3 GPU with latest drivers)
Error occurs at this: vkCreateComputePipelines(get_device().get_handle(), VK_NULL_HANDLE, 1, &info, nullptr, &pipeline)
When I run same application on other AMD machine, capture works. It used to work on the RDNA3 machine too but suddenly the problem started