Class VkPhysicalDevicePrimitiveRestartIndexFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePrimitiveRestartIndexFeaturesEXT extends Struct<VkPhysicalDevicePrimitiveRestartIndexFeaturesEXT> implements NativeResource
struct VkPhysicalDevicePrimitiveRestartIndexFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 primitiveRestartIndex;
}