MCPcopy Create free account
hub / github.com/SFML/SFML / VkDescriptorPoolSize

Class VkDescriptorPoolSize

examples/vulkan/vulkan.h:1266–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264 uint32_t descriptorCount;
1265} VkCopyDescriptorSet;
1266typedef struct VkDescriptorPoolSize {
1267 VkDescriptorType type;
1268 uint32_t descriptorCount;
1269} VkDescriptorPoolSize;
1270typedef struct VkDescriptorSetAllocateInfo {
1271 VkStructureType sType;
1272 const void * pNext;

Callers 1

setupDescriptorPoolMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected