blob: dc3394f54703a2efcdc0535fa15028ae1d4026b4 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceExternalSemaphoreInfo,VkPhysicalDeviceExternalSemaphoreInfo]]
[source,c++]
----
typedef struct VkPhysicalDeviceExternalSemaphoreInfo {
VkStructureType sType;
const void* pNext;
VkExternalSemaphoreHandleTypeFlagBits handleType;
} VkPhysicalDeviceExternalSemaphoreInfo;
----