tu: Enable subgroupBroadcastDynamicId

It's a Vulkan 1.2 only feature, but it's trivially supported.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13756>
This commit is contained in:
Connor Abbott 2021-11-11 13:31:55 +01:00 committed by Marge Bot
parent 170e1aa647
commit 952ab4f64f
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ tu_get_physical_device_features_1_2(struct tu_physical_device *pdevice,
features->vulkanMemoryModelAvailabilityVisibilityChains = true;
features->shaderOutputViewportIndex = true;
features->shaderOutputLayer = true;
features->subgroupBroadcastDynamicId = false;
features->subgroupBroadcastDynamicId = true;
}
void