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