
On drivers which support VK_EXT_graphics_pipeline_library Vulkan shaders will be compiled at the time the game loads its D3D shaders, rather than at draw time. Note: If the device filter is configured incorrectly, it may filter out all devices and applications will be unable to create a D3D device. If the substring matches more than one device, the first device matched will be used. Matches on substrings, so "VEGA" or "AMD RADV VEGA10" is supported if the full device name is "AMD RADV VEGA10 (LLVM 9.0.0)", for example. DXVK_FILTER_DEVICE_NAME="Device Name" Selects devices with a matching Vulkan device name, which can be retrieved with tools such as vulkaninfo.

In that case, DXVK can be forced to use a given device: Some applications do not provide a method to select a different GPU. Alternatively, the configuration file can be used. A value of 0 uncaps the frame rate, while any positive value will limit rendering to the given number of frames per second. The DXVK_FRAME_RATE environment variable can be used to limit the frame rate. 0.5, 1.0 being fully opaque).Īdditionally, DXVK_HUD=1 has the same effect as DXVK_HUD=devinfo,fps, and DXVK_HUD=full enables all available HUD elements.



The DXVK_HUD environment variable controls a HUD which can display the framerate and some stat counters. On Windows, log files will be created in the game's working directory by default, which is usually next to the game executable. Additionally, standalone log files can optionally be generated by setting the DXVK_LOG_PATH variable, where log files in the given directory will be called app_d3d11.log, app_dxgi.log etc., where app is the name of the game executable. When used with Wine, DXVK will print log messages to stderr. This may also apply to single-player games with an embedded or dedicated multiplayer portion. Manipulation of Direct3D libraries in multi-player games may be considered cheating and can get your account banned. Setup has to be done manually in this case. The D3D9, D3D10, D3D11 and DXGI DLLs will be located in /your/dxvk/directory/bin. Meson setup -cross-file build-win64.txt -buildtype release -prefix /your/dxvk/directory build.w64
