SDL 2.0
VkDescriptorSetAllocateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDescriptorPool descriptorPool
 
uint32_t descriptorSetCount
 
const VkDescriptorSetLayout * pSetLayouts
 

Detailed Description

Definition at line 2561 of file vulkan_core.h.

Field Documentation

◆ descriptorPool

VkDescriptorPool VkDescriptorSetAllocateInfo::descriptorPool

Definition at line 2564 of file vulkan_core.h.

◆ descriptorSetCount

uint32_t VkDescriptorSetAllocateInfo::descriptorSetCount

Definition at line 2565 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorSetAllocateInfo::pNext

Definition at line 2563 of file vulkan_core.h.

◆ pSetLayouts

const VkDescriptorSetLayout* VkDescriptorSetAllocateInfo::pSetLayouts

Definition at line 2566 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorSetAllocateInfo::sType

Definition at line 2562 of file vulkan_core.h.


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