diff options
Diffstat (limited to 'tools/gfx/d3d12/d3d12-command-buffer.h')
| -rw-r--r-- | tools/gfx/d3d12/d3d12-command-buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/d3d12/d3d12-command-buffer.h b/tools/gfx/d3d12/d3d12-command-buffer.h index 0b24764c1..1cc6e8850 100644 --- a/tools/gfx/d3d12/d3d12-command-buffer.h +++ b/tools/gfx/d3d12/d3d12-command-buffer.h @@ -37,6 +37,7 @@ public: ComPtr<ID3D12GraphicsCommandList> m_cmdList; ComPtr<ID3D12GraphicsCommandList1> m_cmdList1; ComPtr<ID3D12GraphicsCommandList4> m_cmdList4; + ComPtr<ID3D12GraphicsCommandList6> m_cmdList6; BreakableReference<TransientResourceHeapImpl> m_transientHeap; // Weak reference is fine here since `m_transientHeap` already holds strong reference to |
