[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 "CD3D12CommandQueue.h"
#include "Debug.h"
#include "CDebug.h"
bool CD3D12CommandQueue::Init(ID3D12Device3 * device, D3D12_COMMAND_LIST_TYPE type, const WCHAR* name)
{