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() + { + + } }