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