mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
hwcontext_vulkan: enable subgroupSizeControl
We already use this feature for setting the subgroup size, but this feature was not enabled. Fixes a validation warning.
This commit is contained in:
@@ -278,6 +278,7 @@ static void device_features_copy_needed(VulkanDeviceFeatures *dst, VulkanDeviceF
|
||||
COPY_VAL(vulkan_1_3.maintenance4);
|
||||
COPY_VAL(vulkan_1_3.synchronization2);
|
||||
COPY_VAL(vulkan_1_3.computeFullSubgroups);
|
||||
COPY_VAL(vulkan_1_3.subgroupSizeControl);
|
||||
COPY_VAL(vulkan_1_3.shaderZeroInitializeWorkgroupMemory);
|
||||
COPY_VAL(vulkan_1_3.dynamicRendering);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user