https://bugs.winehq.org/show_bug.cgi?id=42119
--- Comment #12 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 78110 --> https://bugs.winehq.org/attachment.cgi?id=78110 Working the DX11 mode
I made this! I patched "bool wined3d_select_feature_level(...)" so that it returns "Selected feature level WINED3D_FEATURE_LEVEL_11."
You said it is incorrect? No, my videocard AMD RX570 really supports DX11. Wine is not supporting it? But you didn't take into account that now I have DirectX10/11 by vulkan which is supported in macOS by libMoltenVK.dylib. So, the sources of current Wine just are not correct testing Feature Levels.
~~~~ - return false; + *selected_level = (i>0?levels[--i]:levels[0]); + return true; ~~~~
I don't think the bug is closed until you make official release.