Vulkan-Hpp
VkDescriptorSetLayoutCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkDescriptorSetLayoutCreateFlags flags
 
uint32_t bindingCount
 
const VkDescriptorSetLayoutBindingpBindings
 

Detailed Description

Definition at line 3712 of file vulkan_core.h.

Member Data Documentation

◆ bindingCount

uint32_t VkDescriptorSetLayoutCreateInfo::bindingCount

Definition at line 3716 of file vulkan_core.h.

◆ flags

VkDescriptorSetLayoutCreateFlags VkDescriptorSetLayoutCreateInfo::flags

Definition at line 3715 of file vulkan_core.h.

◆ pBindings

const VkDescriptorSetLayoutBinding* VkDescriptorSetLayoutCreateInfo::pBindings

Definition at line 3717 of file vulkan_core.h.

◆ pNext

const void* VkDescriptorSetLayoutCreateInfo::pNext

Definition at line 3714 of file vulkan_core.h.

◆ sType

VkStructureType VkDescriptorSetLayoutCreateInfo::sType

Definition at line 3713 of file vulkan_core.h.


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