mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-18 13:37:11 +00:00
876212c4da
When mutable descriptor sets are used, Fossizlie needs the VkMutableDescriptorSetCreateInfoEXT. However, instead of taking it raw like some other inputs, it uses a simplified version that is just a list of lists. If we give it full structs, Fossilize will crash. In order to do this, we need a couple special cases.