Enum
VkDeviceQueueCreateFlagBits
Bitmask specifying behavior of the queue
Bits which can be set in VkDeviceQueueCreateInfo::flags
,
specifying usage behavior of a queue, are:
typedef enum VkDeviceQueueCreateFlagBits {
} VkDeviceQueueCreateFlagBits;
VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT
specifies that the device queue is a protected-capable queue.