mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +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.