Skip to content

Commit ac867e5

Browse files
committed
clang-format
1 parent 863f08d commit ac867e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/API/DX/Device.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,8 @@ class DXDevice : public hlsltest::Device {
519519

520520
uint32_t Inc = Device->GetDescriptorHandleIncrementSize(
521521
D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV);
522-
CD3DX12_GPU_DESCRIPTOR_HANDLE Handle{IS.DescHeap->GetGPUDescriptorHandleForHeapStart()};
522+
CD3DX12_GPU_DESCRIPTOR_HANDLE Handle{
523+
IS.DescHeap->GetGPUDescriptorHandleForHeapStart()};
523524

524525
for (uint32_t Idx = 0; Idx < P.Sets.size(); ++Idx) {
525526
IS.CmdList->SetComputeRootDescriptorTable(Idx, Handle);

0 commit comments

Comments
 (0)