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