Class VkGeneratedCommandsPipelineInfoEXT

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

public class VkGeneratedCommandsPipelineInfoEXT extends org.lwjgl.system.Struct<VkGeneratedCommandsPipelineInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying a pipeline for use with indirect command preprocessing.
Valid Usage (Implicit)

Layout


 struct VkGeneratedCommandsPipelineInfoEXT {
     VkStructureType sType();
     void * pNext();
     VkPipeline pipeline();
 }