Class VkPhysicalDeviceExternalSemaphoreInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceExternalSemaphoreInfoKHR extends VkPhysicalDeviceExternalSemaphoreInfo

 struct VkPhysicalDeviceExternalSemaphoreInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkExternalSemaphoreHandleTypeFlagBits handleType;
 }