Class VkIndirectExecutionSetPipelineInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkIndirectExecutionSetPipelineInfoEXT>
org.lwjgl.vulkan.VkIndirectExecutionSetPipelineInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkIndirectExecutionSetPipelineInfoEXT extends org.lwjgl.system.Struct<VkIndirectExecutionSetPipelineInfoEXT> implements org.lwjgl.system.NativeResource
Struct specifying parameters of a newly created indirect execution set containing only pipelines.
Description

The characteristics of initialPipeline will be used to validate all pipelines added to the set even if they are removed from the set or destroyed.

When an Indirect Execution Set created with pipelines is used, initialPipeline constitutes the initial shader state.

Valid Usage
Valid Usage (Implicit)
See Also

VkIndirectExecutionSetInfoEXT

Layout


 struct VkIndirectExecutionSetPipelineInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkPipeline initialPipeline();
     uint32_t maxPipelineCount();
 }