1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkSemaphoreImportFlagBits,VkSemaphoreImportFlagBits]]
3[source,c++]
4----
5typedef enum VkSemaphoreImportFlagBits {
6 VK_SEMAPHORE_IMPORT_TEMPORARY_BIT = 0x00000001,
7} VkSemaphoreImportFlagBits;
8----
9