Skip to content

Commit 8a4ee3c

Browse files
Joao SaffranJoao Saffran
authored andcommitted
fix comment
1 parent d97eb7c commit 8a4ee3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Frontend/HLSL/RootSignatureMetadata.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,8 @@ Error validateDescriptorTableSamplerMixin(mcdxbc::DescriptorTable Table,
558558
*
559559
* It checks if the registers in a descriptor table are overflowing, meaning,
560560
* they are trying to bind a register larger than MAX_UINT.
561-
* This will usually happen when the descriptor table defined a range after an
562-
* unbounded range, which would lead to an overflow in the register;
563-
* Or if trying append a bunch or really large ranges.
561+
* This will usually happen when the descriptor table appends a resource
562+
* after an unbounded range.
564563
**/
565564
Error validateDescriptorTableRegisterOverflow(mcdxbc::DescriptorTable Table,
566565
uint32_t Location) {

0 commit comments

Comments
 (0)