10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkExternalFenceFeatureFlagBits,VkExternalFenceFeatureFlagBits]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef enum VkExternalFenceFeatureFlagBits {
|
||
|
|
VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT = 0x00000001,
|
||
|
|
VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT = 0x00000002,
|
||
|
|
} VkExternalFenceFeatureFlagBits;
|
||
|
|
----
|