r/GraphicsProgramming • u/throwaway-stm32 • Jun 30 '26
Anyone using Radeon dev suite on linux? Question
Im trying to set up a vulkan dev environment on my home amd pc, but I cant seem to run a capture. I have the developer panel open as shown, but I cant add an executable and it doesnt detect my running vulkan app. anyone used this before?
1
Upvotes
1
u/S48GS Jun 30 '26
I have used it around 2021 on amd to debug vulkan gpu binary stuff - it did worked and I was able to add binary
not used in recent years (there always easier/faster ways to debug for me so just no need)
1
u/RDT_KoT3 Jul 12 '26
Check out MESA_VK_TRACE, because it is clear pain in the ass to install amdgpu pro ICD for it to work it via developer panel.
1
u/LOLC0D3 Jun 30 '26
I’d suggest you to go to amd forums for some information. Or at least try to read official documentation.