mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-03 13:13:02 +00:00
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:
parent
170e1aa647
commit
952ab4f64f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user