// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkSemaphoreImportFlagBits,VkSemaphoreImportFlagBits]] [source,c++] ---- typedef enum VkSemaphoreImportFlagBits { VK_SEMAPHORE_IMPORT_TEMPORARY_BIT = 0x00000001, } VkSemaphoreImportFlagBits; ----