https://bugs.winehq.org/show_bug.cgi?id=45826
--- Comment #9 from GloriousEggroll@gmail.com --- (In reply to ahmed.com from comment #7)
Vulkan is installed and running with other games just fine, but this game doesn't work with vulkan or opengl. It was working before the new wine and drivers updates, and now I can't run it at all.
Have you tested any other native vulkan games in wine? (not dxvk)
dxvk auto-detects if there is a dedicated/discrete gpu and uses it first.
Vulkan by itself uses the first available vulkan gpu it detects.
what is the output of:
vulkaninfo | grep "GPU id"
(you may need to install vulkan-tools)