DXVK 1.9.3 is a high-performance translation layer that converts Direct3D (9, 10, and 11) calls into Vulkan
Open your terminal and run: tar -xzvf dxvk-1.9.3.tar.gz .This will create a folder containing x32 and x64 directories, which hold the necessary DLL files. 2. Install into a Wine Prefix
Source code (tar.gz).x64/ – 64-bit DLLs (d3d9.dll, d3d10.dll, d3d11.dll, dxgi.dll)x32/ – 32-bit DLLs (same filenames)setup_dxvk.sh – An installation scriptLICENSE and README.md – Documentationcd dxvk-1.9.3 ./setup_dxvk.sh install