Open
Description
Description
Hi,
I have a Vulkan application that currently "works", but when trying to launch it with RenderDoc I'm missing the decode extensions in the physical device. When launching without RenderDoc the extensions are there and the decoding "works". I say "works" because I'm getting a green image and would love to debug this with RenderDoc 😅
It would be amazing if RenderDoc was able to actually debug the decoding itself, but this is probably a major undertaking so perhaps as a first step just allowing these extensions so that I can inspect the resulting Image would be enough?
I'd love to provide more details, but I'm unsure about the internals of how RenderDoc works so feel free to ask me any additional questions.
Environment
- RenderDoc version: 1.34
- Operating System: Windows
- Graphics API: Vulkan 1.3.290
Extensions:
- VK_KHR_video_decode_h264
- VK_KHR_video_decode_h265
- VK_KHR_video_decode_av1
- VK_KHR_video_queue
- VK_KHR_video_decode_queue