[idd] CDebug: implement new debug print class and write to a file

This commit is contained in:
Geoffrey McRae
2025-03-16 16:11:21 +00:00
parent 4f2eb984d3
commit 0db9d3a27b
17 changed files with 260 additions and 131 deletions

View File

@@ -49,7 +49,7 @@
<ClCompile Include="CPlatformInfo.cpp" />
<ClCompile Include="CSwapChainProcessor.cpp" />
<ClCompile Include="CD3D12Device.cpp" />
<ClCompile Include="Debug.cpp" />
<ClCompile Include="CDebug.cpp" />
<ClCompile Include="Device.cpp" />
<ClCompile Include="CD3D11Device.cpp" />
<ClCompile Include="Driver.cpp" />
@@ -65,7 +65,7 @@
<ClInclude Include="CPlatformInfo.h" />
<ClInclude Include="CSwapChainProcessor.h" />
<ClInclude Include="CD3D12Device.h" />
<ClInclude Include="Debug.h" />
<ClInclude Include="CDebug.h" />
<ClInclude Include="Device.h" />
<ClInclude Include="CD3D11Device.h" />
<ClInclude Include="Driver.h" />