[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

@@ -1,5 +1,5 @@
#include "CInteropResourcePool.h"
#include "Debug.h"
#include "CDebug.h"
void CInteropResourcePool::Init(std::shared_ptr<CD3D11Device> dx11Device, std::shared_ptr<CD3D12Device> dx12Device)
{