| 1754 | const VkDescriptorSetLayoutBinding * pBindings; |
| 1755 | } VkDescriptorSetLayoutCreateInfo; |
| 1756 | typedef struct VkDescriptorPoolCreateInfo { |
| 1757 | VkStructureType sType; |
| 1758 | const void * pNext; |
| 1759 | VkDescriptorPoolCreateFlags flags; |
| 1760 | uint32_t maxSets; |
| 1761 | uint32_t poolSizeCount; |
| 1762 | const VkDescriptorPoolSize * pPoolSizes; |
| 1763 | } VkDescriptorPoolCreateInfo; |
| 1764 | typedef struct VkPipelineShaderStageCreateInfo { |
| 1765 | VkStructureType sType; |
| 1766 | const void * pNext; |