HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkDescriptorPoolCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 3680 of file vulkan_core.h.

Member Data Documentation

VkDescriptorPoolCreateFlags VkDescriptorPoolCreateInfo::flags

Definition at line 3683 of file vulkan_core.h.

uint32_t VkDescriptorPoolCreateInfo::maxSets

Definition at line 3684 of file vulkan_core.h.

const void* VkDescriptorPoolCreateInfo::pNext

Definition at line 3682 of file vulkan_core.h.

uint32_t VkDescriptorPoolCreateInfo::poolSizeCount

Definition at line 3685 of file vulkan_core.h.

const VkDescriptorPoolSize* VkDescriptorPoolCreateInfo::pPoolSizes

Definition at line 3686 of file vulkan_core.h.

VkStructureType VkDescriptorPoolCreateInfo::sType

Definition at line 3681 of file vulkan_core.h.


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