[idd] disable HDR and post-processing when in software mode

This commit is contained in:
Geoffrey McRae
2026-07-19 05:51:59 +10:00
parent bea35a030b
commit 653cecadeb
12 changed files with 215 additions and 99 deletions

View File

@@ -52,6 +52,7 @@ struct CD3D12Device
CD3D12CommandQueue m_copyQueue[4];
unsigned m_copyQueueIndex = 0;
CD3D12CommandQueue m_computeQueue;
bool m_computeEnabled = false;
bool HeapTest();
@@ -66,7 +67,8 @@ struct CD3D12Device
SUCCESS
};
InitResult Init(CIVSHMEM &ivshmem, UINT64 &alignSize);
InitResult Init(CIVSHMEM &ivshmem, UINT64 &alignSize,
bool enableCompute);
void DeInit();
// Wait for all command queues to finish in-flight GPU work and run their