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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkPipelineShaderStageCreateFlags flags
 
VkShaderStageFlagBits stage
 
VkShaderModule const char * pName
 
const VkSpecializationInfopSpecializationInfo
 

Detailed Description

Definition at line 3506 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkPipelineShaderStageCreateFlags VkPipelineShaderStageCreateInfo::flags

Definition at line 3509 of file vulkan_core.h.

◆ pName

VkShaderModule const char* VkPipelineShaderStageCreateInfo::pName

Definition at line 3512 of file vulkan_core.h.

◆ pNext

const void* VkPipelineShaderStageCreateInfo::pNext

Definition at line 3508 of file vulkan_core.h.

◆ pSpecializationInfo

const VkSpecializationInfo* VkPipelineShaderStageCreateInfo::pSpecializationInfo

Definition at line 3513 of file vulkan_core.h.

◆ stage

VkShaderStageFlagBits VkPipelineShaderStageCreateInfo::stage

Definition at line 3510 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineShaderStageCreateInfo::sType

Definition at line 3507 of file vulkan_core.h.


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