Class VkPhysicalDeviceProvokingVertexPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceProvokingVertexPropertiesEXT extends Struct<VkPhysicalDeviceProvokingVertexPropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceProvokingVertexPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 provokingVertexModePerPipeline;
     VkBool32 transformFeedbackPreservesTriangleFanProvokingVertex;
 }