Class VkPhysicalDeviceTimelineSemaphorePropertiesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceTimelineSemaphoreProperties>
org.lwjgl.vulkan.VkPhysicalDeviceTimelineSemaphoreProperties
org.lwjgl.vulkan.VkPhysicalDeviceTimelineSemaphorePropertiesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceTimelineSemaphorePropertiesKHR extends VkPhysicalDeviceTimelineSemaphoreProperties
See VkPhysicalDeviceTimelineSemaphoreProperties.

Layout


 struct VkPhysicalDeviceTimelineSemaphorePropertiesKHR {
     VkStructureType sType;
     void * pNext;
     uint64_t maxTimelineSemaphoreValueDifference;
 }