Fix D3D12 compute pipeline unit coverage
This commit is contained in:
@@ -79,6 +79,7 @@ public:
|
||||
private:
|
||||
bool CreateD3D12PSO();
|
||||
bool CreateD3D12ComputePSO();
|
||||
bool EnsureDefaultRootSignature();
|
||||
|
||||
ID3D12Device* m_device;
|
||||
bool m_finalized = false;
|
||||
|
||||
Reference in New Issue
Block a user