RetroArch
Public Attributes | List of all members
VkPipelineLayoutCreateInfo Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkPipelineLayoutCreateInfo:
[legend]

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: