Skip to content

anv: count inline uniform blocks as one descriptor per block

When specifying a descriptor set, inline uniform blocks use the decriptorCount to specify the number of bytes that the block uses. Therefore, each uniform block should only count for one descriptor when checking against limits in GetDescriptorSetLayoutSupport.

Merge request reports