On Mon Dec 18 15:58:25 2023 +0000, Giovanni Mascellani wrote:
Enabling the extension is not enough. You also have to check and enable `VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT::mutableDescriptorType`. More in general, the Vulkan validation layer seems to have a few comments about your implementation (eventually we should probably consider enabling the validation layers in the CI).
These are fixed by the changes I pushed earlier.