ReactOS 0.4.17-dev-934-g091855f
VkPipelineLayoutCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPipelineLayoutCreateInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkPipelineLayoutCreateFlags flags
 
uint32_t setLayoutCount
 
const VkDescriptorSetLayout * pSetLayouts
 
uint32_t pushConstantRangeCount
 
const VkPushConstantRange * pPushConstantRanges
 

Detailed Description

Definition at line 16642 of file vulkan.h.

Member Data Documentation

◆ flags

VkPipelineLayoutCreateFlags VkPipelineLayoutCreateInfo::flags

◆ pNext

const void* VkPipelineLayoutCreateInfo::pNext

◆ pPushConstantRanges

const VkPushConstantRange* VkPipelineLayoutCreateInfo::pPushConstantRanges

◆ pSetLayouts

const VkDescriptorSetLayout* VkPipelineLayoutCreateInfo::pSetLayouts

◆ pushConstantRangeCount

uint32_t VkPipelineLayoutCreateInfo::pushConstantRangeCount

◆ setLayoutCount

uint32_t VkPipelineLayoutCreateInfo::setLayoutCount

◆ sType

VkStructureType VkPipelineLayoutCreateInfo::sType

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