Class VkPipelineRasterizationProvokingVertexStateCreateInfoEXT

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

public class VkPipelineRasterizationProvokingVertexStateCreateInfoEXT extends org.lwjgl.system.Struct<VkPipelineRasterizationProvokingVertexStateCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying provoking vertex mode used by a graphics pipeline.
Description

If this struct is not provided when creating the pipeline, the pipeline will use the PROVOKING_VERTEX_MODE_FIRST_VERTEX_EXT mode.

If the provokingVertexModePerPipeline limit is FALSE, then all pipelines bound within a render pass instance must have the same provokingVertexMode.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkPipelineRasterizationProvokingVertexStateCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkProvokingVertexModeEXT provokingVertexMode();
 }