consts
VK_MAX_GLOBAL_PRIORITY_SIZE
Length of an array of global queue priorities
VK_MAX_GLOBAL_PRIORITY_SIZE is the length of an array of
VkQueueGlobalPriority enumerants representing supported queue
priorities, as returned in
VkQueueFamilyGlobalPriorityProperties::priorities.
#define VK_MAX_GLOBAL_PRIORITY_SIZE 16
const MAX_GLOBAL_PRIORITY_SIZE: usize = 16;
Parent
VK_VERSION_1_4Type
consts