9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkFenceCreateFlagBits,VkFenceCreateFlagBits]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef enum VkFenceCreateFlagBits {
|
||
|
|
VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001,
|
||
|
|
} VkFenceCreateFlagBits;
|
||
|
|
----
|