RetroArch
Public Attributes | List of all members
VkDescriptorPoolCreateInfo Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkDescriptorPoolCreateInfo:
[legend]

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: