Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkDescriptorPoolCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 3791 of file vulkan_core.h.

Field Documentation

◆ flags

VkDescriptorPoolCreateFlags VkDescriptorPoolCreateInfo::flags

Definition at line 3794 of file vulkan_core.h.

◆ maxSets

uint32_t VkDescriptorPoolCreateInfo::maxSets

Definition at line 3795 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorPoolCreateInfo::pNext

Definition at line 3793 of file vulkan_core.h.

◆ poolSizeCount

uint32_t VkDescriptorPoolCreateInfo::poolSizeCount

Definition at line 3796 of file vulkan_core.h.

◆ pPoolSizes

const VkDescriptorPoolSize* VkDescriptorPoolCreateInfo::pPoolSizes

Definition at line 3797 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorPoolCreateInfo::sType

Definition at line 3792 of file vulkan_core.h.


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