FTEQW
Documentation of the FTE engine source tree.
VkPipelineLayoutCreateInfo Struct Reference

#include <vulkan.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkPipelineLayoutCreateFlags flags
 
uint32_t setLayoutCount
 
const VkDescriptorSetLayout * pSetLayouts
 
uint32_t pushConstantRangeCount
 
const VkPushConstantRangepPushConstantRanges
 

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: