Searched defs:DescriptorPoolAllocationInfo (Results 1 – 1 of 1) sorted by relevance
81 struct DescriptorPoolAllocationInfo { struct82 VkDevice device;83 VkDescriptorPoolCreateFlags createFlags;86 std::vector<uint64_t> freePoolIds;87 std::unordered_set<uint32_t> allocedPoolIds;88 std::unordered_set<VkDescriptorSet> allocedSets;89 uint32_t maxSets;90 uint32_t usedSets;93 struct DescriptorCountInfo {98 std::vector<DescriptorCountInfo> descriptorCountInfo;