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 a927e8a commit ec92c48Copy full SHA for ec92c48
clang/lib/Sema/SemaHLSL.cpp
@@ -1394,7 +1394,7 @@ bool SemaHLSL::handleRootSignatureElements(
1394
// Update offset to be 1 past this range's bound
1395
Offset = RangeBound + 1;
1396
Unbound = Clause->NumDescriptors ==
1397
- llvm::hlsl::rootsig::NumDescriptorsUnbounded;
+ llvm::hlsl::rootsig::NumDescriptorsUnbounded;
1398
1399
// Compute the register bounds and track resource binding
1400
uint32_t LowerBound(Clause->Reg.Number);
0 commit comments