Vulkan-Hpp
VkDescriptorPoolCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkDescriptorPoolCreateFlags flags
 
uint32_t maxSets
 
uint32_t poolSizeCount
 
const VkDescriptorPoolSizepPoolSizes
 

Detailed Description

Definition at line 3687 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkDescriptorPoolCreateFlags VkDescriptorPoolCreateInfo::flags

Definition at line 3690 of file vulkan_core.h.

◆ maxSets

uint32_t VkDescriptorPoolCreateInfo::maxSets

Definition at line 3691 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorPoolCreateInfo::pNext

Definition at line 3689 of file vulkan_core.h.

◆ poolSizeCount

uint32_t VkDescriptorPoolCreateInfo::poolSizeCount

Definition at line 3692 of file vulkan_core.h.

◆ pPoolSizes

const VkDescriptorPoolSize* VkDescriptorPoolCreateInfo::pPoolSizes

Definition at line 3693 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorPoolCreateInfo::sType

Definition at line 3688 of file vulkan_core.h.


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