From fae1cdbfbed5b59dfc8b3fdeeb7165fbdc60635e Mon Sep 17 00:00:00 2001 From: Panos Karabelas Date: Sat, 4 Jan 2025 16:07:04 +0000 Subject: [PATCH] [d3d12] build fix --- runtime/RHI/D3D12/D3D12_CommandList.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runtime/RHI/D3D12/D3D12_CommandList.cpp b/runtime/RHI/D3D12/D3D12_CommandList.cpp index e22ae2668..5e5c55381 100644 --- a/runtime/RHI/D3D12/D3D12_CommandList.cpp +++ b/runtime/RHI/D3D12/D3D12_CommandList.cpp @@ -368,4 +368,9 @@ namespace Spartan { } + + void RHI_CommandList::InsertPendingBarrierGroup() + { + + } }