blob: 81d264f2196fef9d654547b9b1afdf35ff5f13c3 [file] [log] [blame]
// 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;
----