Zebediah Figura : wined3d: Require gather offset support to create a feature level 11.0 device.
Module: wine Branch: master Commit: f236ee46dad71e4113dfc670766f1aa580d3a50d URL: https://gitlab.winehq.org/wine/wine/-/commit/f236ee46dad71e4113dfc670766f1aa... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Sun Dec 4 19:46:45 2022 -0600 wined3d: Require gather offset support to create a feature level 11.0 device. --- dlls/wined3d/adapter_vk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wined3d/adapter_vk.c b/dlls/wined3d/adapter_vk.c index e04b09fbbec..ea5ad2e7d3a 100644 --- a/dlls/wined3d/adapter_vk.c +++ b/dlls/wined3d/adapter_vk.c @@ -2272,6 +2272,7 @@ static bool feature_level_11_supported(const struct wined3d_physical_device_info && info->features2.features.multiDrawIndirect && info->features2.features.drawIndirectFirstInstance && info->features2.features.fragmentStoresAndAtomics + && info->features2.features.shaderImageGatherExtended && info->features2.features.tessellationShader; }
participants (1)
-
Alexandre Julliard