通过 vkCmdBindDescriptorSets 可绑定描述符集的最大数量

Maximum number of bindable descriptor sets via vkCmdBindDescriptorSets

我可以通过 vkCmdBindDescriptorSets 绑定每个绘制调用的描述符集的最大数量吗?如果是,我如何找出我的平台的限制?

此致

可以从 VkPhysicalDeviceLimits. This structure is part of the VkPhysicalDeviceProperties that can be queried via vkGetPhysicalDevicePropertiesmaxBoundDescriptorSets 成员中读取一个实现可以绑定到当前管道的描述符集的最大数量。