Skip to content

Commit ea84143

Browse files
inbelicFinn Plummer
andauthored
[NFC] Fix typo in NumberParameters test description (#56)
- The register spaces 0xfffffff0 to 0xffffffff are reserved the original testcase is meant to demonstrate that we can use the valid value of 0xfffffff0 - 1 = 0xffffffef = 4294967279, which it does - However, the comment describing the testcase specifies the wrong value This commit resolves the discrepancy by fixing up the comment typo Co-authored-by: Finn Plummer <[email protected]>
1 parent 4cb6602 commit ea84143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/M3/RootSignatures/NumberParameters.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RWStructuredBuffer<Output> Out2 : register(u2);
1919

2020
// Root signature to test edge-cases of specify number arguments:
2121
// - Maximum valid register value (0xfffffffe = 4294967294)
22-
// - Maximum valid register space value (0x7fffffff = 2147483647)
22+
// - Maximum valid register space value (0xffffffef = 4294967279)
2323
// - Maximum valid num32BitConstants value
2424
// (61 = 64 - # of used DWORDS for other params)
2525
// - Using (un)signed integer parameter values

0 commit comments

Comments
 (0)