Structures

VkPipelineCreateInfoKHR

Structure specifying a pipeline createinfo chain

The VkPipelineCreateInfoKHR structure is defined as:

typedef struct VkPipelineCreateInfoKHR {
    VkStructureType sType;
    void* pNext;
} VkPipelineCreateInfoKHR;
  • sType is a VkStructureType value identifying this structure.
  • pNext is a pointer to a structure extending this structure.

Valid Usage

VUID-VkPipelineCreateInfoKHR-pNext-09604

`pNext` :normative{type="must"} be pointer to a valid instance of
[VkGraphicsPipelineCreateInfo](/man/VkGraphicsPipelineCreateInfo),

VkExecutionGraphPipelineCreateInfoAMDX, VkRayTracingPipelineCreateInfoKHR, or VkComputePipelineCreateInfo

Valid Usage (Implicit)

VUID-VkPipelineCreateInfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_PIPELINE_CREATE_INFO_KHR