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