Fix D3D12 compute pipeline unit coverage

This commit is contained in:
2026-03-27 21:48:23 +08:00
parent 126860e79d
commit 1ea00a1879
5 changed files with 113 additions and 118 deletions

View File

@@ -79,6 +79,7 @@ public:
private:
bool CreateD3D12PSO();
bool CreateD3D12ComputePSO();
bool EnsureDefaultRootSignature();
ID3D12Device* m_device;
bool m_finalized = false;