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;
pub struct DeviceQueueCreateFlagBits(u32);
impl DeviceQueueCreateFlagBits {
}
VK_DEVICE_QUEUE_CREATE_PROTECTED_BITspecifies that the device queue is a protected-capable queue.VK_DEVICE_QUEUE_CREATE_INTERNALLY_SYNCHRONIZED_BIT_KHRspecifies that the device queue is internally synchronized and does not require external synchronization.
Parent
VK_VERSION_1_1Type
Enum