d3d12: Move d3d12 files to separate solution.

It simplify solution configurations.
This commit is contained in:
Vincent Lejeune 2015-10-06 16:02:51 +02:00
parent 77bf86eaa5
commit a462b4518c
68 changed files with 85737 additions and 367 deletions

View file

@ -1,5 +1,5 @@
#include "stdafx.h"
#if defined(DX12_SUPPORT)
#include "stdafx_d3d12.h"
#ifdef _WIN64
#include "D3D12FragmentProgramDecompiler.h"
#include "D3D12CommonDecompiler.h"
#include "Utilities/Log.h"
@ -149,5 +149,4 @@ void D3D12FragmentDecompiler::insertMainEnd(std::stringstream & OS)
OS << " return Out;" << std::endl;
OS << "}" << std::endl;
}
#endif