Class VkPhysicalDeviceTimelineSemaphoreFeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceTimelineSemaphoreFeaturesKHR extends VkPhysicalDeviceTimelineSemaphoreFeatures
struct VkPhysicalDeviceTimelineSemaphoreFeaturesKHR {
    VkStructureType sType;
    void * pNext;
    VkBool32 timelineSemaphore;
}