mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue