Class VkPipelineCreateFlags2CreateInfoKHR

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

public class VkPipelineCreateFlags2CreateInfoKHR extends org.lwjgl.system.Struct<VkPipelineCreateFlags2CreateInfoKHR> implements org.lwjgl.system.NativeResource
Extended pipeline create flags.
Description

If this structure is included in the pNext chain of a pipeline creation structure, flags is used instead of the corresponding flags value passed in that creation structure, allowing additional creation flags to be specified.

Valid Usage (Implicit)

Layout


 struct VkPipelineCreateFlags2CreateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkPipelineCreateFlags2KHR flags();
 }