Class VkPhysicalDeviceTimelineSemaphoreFeatures

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceTimelineSemaphoreFeaturesKHR

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