Enum
VkPhysicalDeviceSchedulingControlsFlagBitsARM
Bitmask specifying scheduling controls supported by a physical device
Bits which can be set in
VkPhysicalDeviceSchedulingControlsPropertiesARM::schedulingControlsFlags
,
specifying supported scheduling controls, are:
typedef enum VkPhysicalDeviceSchedulingControlsFlagBitsARM {
VK_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_SHADER_CORE_COUNT_ARM = 0x00000001ULL,
} VkPhysicalDeviceSchedulingControlsFlagBitsARM;
VK_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_SHADER_CORE_COUNT_ARM
indicates that a VkDeviceQueueShaderCoreControlCreateInfoARM structure may be included in thepNext
chain of a VkDeviceQueueCreateInfo or VkDeviceCreateInfo structure.