Skip to content

Commit fd35f51

Browse files
python3kgaedmpotsdamyanp
authored
[INF-0002] fix comment about resource not fully bound. (microsoft#238)
Fix the comment in resource not fully bound example. Co-authored-by: David Peixotto <[email protected]> Co-authored-by: Damyan Pepper <[email protected]>
1 parent fb8ee60 commit fd35f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/infra/INF-0002-root-signature-in-clang.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ elimation has completed.
467467
468468
Most values like ShaderVisibility/ParameterType are covered by syntactical
469469
checks in Sema.
470-
Only list special rule here.
470+
The additional semantic rules not already covered by the grammar are listed here.
471471
472472
- For DESCRIPTOR_RANGE_FLAGS on a Sampler, only the following values are valid
473473
- 0
@@ -626,7 +626,7 @@ TODO
626626
627627
#### Resource used in DXIL must be fully bound in root signature.
628628
```
629-
// B is bound to t1, but not in root descriptor.
629+
// B is bound to t1, but no root parameters cover t1.
630630
Buffer<float> B : register(t1);
631631
[RootSignature("")]
632632
void main() : SV_Target {

0 commit comments

Comments
 (0)