Skip to content

v3dv: VK_KHR_maintenance3 implementation

It is worth to note that the implementation of GetDescriptorSetLayoutSupport is the most basic, that is just returning supported. That basic means that we rely on the maxDescriptorSet* to decide if a descriptor set layout can be created or not.

Merge request reports