Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkPipelineLayoutCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 3694 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkPipelineLayoutCreateFlags VkPipelineLayoutCreateInfo::flags

Definition at line 3697 of file vulkan_core.h.

◆ pNext

const void* VkPipelineLayoutCreateInfo::pNext

Definition at line 3696 of file vulkan_core.h.

◆ pPushConstantRanges

const VkPushConstantRange* VkPipelineLayoutCreateInfo::pPushConstantRanges

Definition at line 3701 of file vulkan_core.h.

◆ pSetLayouts

const VkDescriptorSetLayout* VkPipelineLayoutCreateInfo::pSetLayouts

Definition at line 3699 of file vulkan_core.h.

◆ pushConstantRangeCount

uint32_t VkPipelineLayoutCreateInfo::pushConstantRangeCount

Definition at line 3700 of file vulkan_core.h.

◆ setLayoutCount

uint32_t VkPipelineLayoutCreateInfo::setLayoutCount

Definition at line 3698 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineLayoutCreateInfo::sType

Definition at line 3695 of file vulkan_core.h.


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