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

#include <vulkan.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkPipelineShaderStageCreateFlags flags
 
VkShaderStageFlagBits stage
 
VkShaderModule module
 
const char * pName
 
const VkSpecializationInfopSpecializationInfo
 

Member Data Documentation

◆ flags

VkPipelineShaderStageCreateFlags VkPipelineShaderStageCreateInfo::flags

◆ module

VkShaderModule VkPipelineShaderStageCreateInfo::module

◆ pName

const char* VkPipelineShaderStageCreateInfo::pName

◆ pNext

const void* VkPipelineShaderStageCreateInfo::pNext

◆ pSpecializationInfo

const VkSpecializationInfo* VkPipelineShaderStageCreateInfo::pSpecializationInfo

◆ stage

VkShaderStageFlagBits VkPipelineShaderStageCreateInfo::stage

◆ sType

VkStructureType VkPipelineShaderStageCreateInfo::sType

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