Building the D3D12Multithreading sample application
CodeXL includes a pre-built binary of the D3D12Multithreading application. Follow the steps below if you wish to build it yourself.
The D3D12Multithreading sample is a windows only sample, and can only be built in Visual Studio 2015, with the Windows 10 SDK installed.
On Windows
Follow these steps to build D3D12Multithreading on Windows from the default install location:
· Make sure that you have a Visual Studio 2015 IDE installed.
· Make sure that the Windows 10 SDK is installed on your system.
· Launch Visual Studio 2015
· From the CodeXL menu, select the ‘Open D3D12Multithreading Sample Project’ command.
· Wait for the project to open and press F7.