1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkDeviceQueueCreateFlagBits,VkDeviceQueueCreateFlagBits]] 3[source,c++] 4---- 5typedef enum VkDeviceQueueCreateFlagBits { 6 VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT = 0x00000001, 7} VkDeviceQueueCreateFlagBits; 8---- 9