Class VkPhysicalDeviceTimelineSemaphoreProperties

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

public class VkPhysicalDeviceTimelineSemaphoreProperties extends Struct<VkPhysicalDeviceTimelineSemaphoreProperties> implements NativeResource
struct VkPhysicalDeviceTimelineSemaphoreProperties {
    VkStructureType sType;
    void * pNext;
    uint64_t maxTimelineSemaphoreValueDifference;
}