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.
  • VK_DEVICE_QUEUE_CREATE_INTERNALLY_SYNCHRONIZED_BIT_KHR specifies that the device queue is internally synchronized and does not require external synchronization.