GPUOpen-Tools / radeon_gpu_analyzer

The Radeon GPU Analyzer (RGA) is an offline compiler and code analysis tool for Vulkan, DirectX, OpenGL, and OpenCL.
MIT License
405 stars 53 forks source link

Should rga layer support VK_EXT_debug_utils? #114

Open MennoVink opened 7 months ago

MennoVink commented 7 months ago

I have a pipeline that is misbehaving in the vertex shader on amd hardware. I'm trying to get that pipeline into the gpu analyzer by using the rga layer to dump the pipeline. However the documentation mentions to use the outdated VK_EXT_debug_marker extension. I was wondering if i should be able to use the _utils replacement instead?

I have tried, but the layer crashes on shutdown. There is already a linux user who already reported a crash on shutdown over a year ago, but i'm on Windows so maybe that's easier to fix?