Class VkPhysicalDeviceProvokingVertexFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceProvokingVertexFeaturesEXT extends Struct<VkPhysicalDeviceProvokingVertexFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceProvokingVertexFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 provokingVertexLast;
    VkBool32 transformFeedbackPreservesProvokingVertex;
}