FTEQW
Documentation of the FTE engine source tree.
VkDescriptorPoolCreateInfo Struct Reference

#include <vulkan.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkDescriptorPoolCreateFlags flags
 
uint32_t maxSets
 
uint32_t poolSizeCount
 
const VkDescriptorPoolSizepPoolSizes
 

Member Data Documentation

◆ flags

VkDescriptorPoolCreateFlags VkDescriptorPoolCreateInfo::flags

◆ maxSets

uint32_t VkDescriptorPoolCreateInfo::maxSets

◆ pNext

const void* VkDescriptorPoolCreateInfo::pNext

◆ poolSizeCount

uint32_t VkDescriptorPoolCreateInfo::poolSizeCount

◆ pPoolSizes

const VkDescriptorPoolSize* VkDescriptorPoolCreateInfo::pPoolSizes

◆ sType

VkStructureType VkDescriptorPoolCreateInfo::sType

The documentation for this struct was generated from the following file: