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

Class VkDescriptorPoolCreateInfo

examples/vulkan/vulkan.h:1756–1763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1754 const VkDescriptorSetLayoutBinding * pBindings;
1755} VkDescriptorSetLayoutCreateInfo;
1756typedef 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;
1764typedef struct VkPipelineShaderStageCreateInfo {
1765 VkStructureType sType;
1766 const void * pNext;

Callers 1

setupDescriptorPoolMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected