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 6b2318a commit 451ba8eCopy full SHA for 451ba8e
README.md
@@ -96,10 +96,10 @@ and in-progress work.
96
97
*Note*: The validator checks some Universal Limits, from section 2.17 of the SPIR-V spec.
98
The validator will fail on a module that exceeds those minimum upper bound limits.
99
-It is [future work](https://github.com/KhronosGroup/SPIRV-Tools/projects/1#card-1052403)
100
-to parameterize the validator to allow larger
101
-limits accepted by a more than minimally capable SPIR-V consumer.
+The validator has been parameterized to allow larger values, for use when targeting
+a more-than-minimally-capable SPIR-V consumer.
102
+See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
103
104
### Optimizer
105
0 commit comments