Important! To get the d3d10 dll to go with the d3d10_1. Symlink d3d10 to be d3d10_1.
- The main reason is for DXVK, a d3d11->Vulkan translation layer. I'm sure where you can see where this is going...
- You can use this if you're a lazy gamedev and want to get access to some d3d11 features by querying the interfaces.
Simple (Linux Only):
Use ./package-release.sh master /your/target/directory --no-package
to automagically.
Advanced (Windows & Linux):
Use meson to build the dlls.
Then set those up as wine overrides if you're on Linux or if you're on windows copy them & the d3d10_original and dxgi_original dlls for the right arch to the game/application folder.
If you wish to use DXVK then use their dxgi as the dxgi_original dll and the DXUP one as the main override.