unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkDeviceQueueCreateFlagBits.txt

9 lines
301 B
Plaintext

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