A Vulkan-based translation layer for Direct3D 9 which allows running 3D
applications on Linux using Wine.
To enable d9vk for a wine prefix use:
setup_d9vk install
To disable d9vk use:
setup_d9vk uninstall
Before running the above commands a specific wine prefix can be set.
export WINEPREFIX=/path/to/.wine-prefix
To enable 64-bit support wine must be built with wine64.
WIN64=yes ./wine.SlackBuild
To build on a pure Slackware64 install 32-bit wine must be disabled.
WIN32=no WIN64=yes ./wine.SlackBuild