Vulkan-Hpp
VkDescriptorSetAllocateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkDescriptorPool descriptorPool
 
uint32_t descriptorSetCount
 
const VkDescriptorSetLayoutpSetLayouts
 

Detailed Description

Definition at line 3696 of file vulkan_core.h.

Member Data Documentation

◆ descriptorPool

VkDescriptorPool VkDescriptorSetAllocateInfo::descriptorPool

Definition at line 3699 of file vulkan_core.h.

◆ descriptorSetCount

uint32_t VkDescriptorSetAllocateInfo::descriptorSetCount

Definition at line 3700 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorSetAllocateInfo::pNext

Definition at line 3698 of file vulkan_core.h.

◆ pSetLayouts

const VkDescriptorSetLayout* VkDescriptorSetAllocateInfo::pSetLayouts

Definition at line 3701 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorSetAllocateInfo::sType

Definition at line 3697 of file vulkan_core.h.


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