diff options
Diffstat (limited to 'tools/gfx/debug-layer/debug-transient-heap.cpp')
| -rw-r--r-- | tools/gfx/debug-layer/debug-transient-heap.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/gfx/debug-layer/debug-transient-heap.cpp b/tools/gfx/debug-layer/debug-transient-heap.cpp index 84861297a..424a8feb1 100644 --- a/tools/gfx/debug-layer/debug-transient-heap.cpp +++ b/tools/gfx/debug-layer/debug-transient-heap.cpp @@ -2,7 +2,6 @@ #include "debug-transient-heap.h" #include "debug-command-buffer.h" - #include "debug-helper-functions.h" namespace gfx @@ -79,7 +78,10 @@ Result DebugTransientResourceHeapD3D12::allocateTransientDescriptorTable( SLANG_GFX_API_FUNC; return baseObject->allocateTransientDescriptorTable( - type, count, outDescriptorOffset, outD3DDescriptorHeapHandle); + type, + count, + outDescriptorOffset, + outD3DDescriptorHeapHandle); } } // namespace debug |
