We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f08d commit ac867e5Copy full SHA for ac867e5
lib/API/DX/Device.cpp
@@ -519,7 +519,8 @@ class DXDevice : public hlsltest::Device {
519
520
uint32_t Inc = Device->GetDescriptorHandleIncrementSize(
521
D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV);
522
- CD3DX12_GPU_DESCRIPTOR_HANDLE Handle{IS.DescHeap->GetGPUDescriptorHandleForHeapStart()};
+ CD3DX12_GPU_DESCRIPTOR_HANDLE Handle{
523
+ IS.DescHeap->GetGPUDescriptorHandleForHeapStart()};
524
525
for (uint32_t Idx = 0; Idx < P.Sets.size(); ++Idx) {
526
IS.CmdList->SetComputeRootDescriptorTable(Idx, Handle);
0 commit comments