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 2891 of file vulkan_core.h.

Field Documentation

◆ descriptorPool

VkDescriptorPool VkDescriptorSetAllocateInfo::descriptorPool

Definition at line 2894 of file vulkan_core.h.

◆ descriptorSetCount

uint32_t VkDescriptorSetAllocateInfo::descriptorSetCount

Definition at line 2895 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorSetAllocateInfo::pNext

Definition at line 2893 of file vulkan_core.h.

◆ pSetLayouts

const VkDescriptorSetLayout* VkDescriptorSetAllocateInfo::pSetLayouts

Definition at line 2896 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorSetAllocateInfo::sType

Definition at line 2892 of file vulkan_core.h.


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