1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceExternalSemaphoreInfo,VkPhysicalDeviceExternalSemaphoreInfo]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceExternalSemaphoreInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkExternalSemaphoreHandleTypeFlagBits handleType; 9} VkPhysicalDeviceExternalSemaphoreInfo; 10---- 11