Searched defs:DescriptorPoolAllocationInfo (Results 1 – 1 of 1) sorted by relevance
80 struct DescriptorPoolAllocationInfo { struct81 VkDevice device;82 VkDescriptorPoolCreateFlags createFlags;85 std::vector<uint64_t> freePoolIds;86 std::unordered_set<uint32_t> allocedPoolIds;87 std::unordered_set<VkDescriptorSet> allocedSets;88 uint32_t maxSets;89 uint32_t usedSets;92 struct DescriptorCountInfo {97 std::vector<DescriptorCountInfo> descriptorCountInfo;