Skip to content

Commit

Permalink
[INF-0002] fix comment about resource not fully bound. (#238)
Browse files Browse the repository at this point in the history
Fix the comment in resource not fully bound example.

Co-authored-by: David Peixotto <[email protected]>
Co-authored-by: Damyan Pepper <[email protected]>
  • Loading branch information
3 people authored May 16, 2024
1 parent fb8ee60 commit fd35f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/infra/INF-0002-root-signature-in-clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ elimation has completed.
Most values like ShaderVisibility/ParameterType are covered by syntactical
checks in Sema.
Only list special rule here.
The additional semantic rules not already covered by the grammar are listed here.
- For DESCRIPTOR_RANGE_FLAGS on a Sampler, only the following values are valid
- 0
Expand Down Expand Up @@ -626,7 +626,7 @@ TODO

#### Resource used in DXIL must be fully bound in root signature.
```
// B is bound to t1, but not in root descriptor.
// B is bound to t1, but no root parameters cover t1.
Buffer<float> B : register(t1);
[RootSignature("")]
void main() : SV_Target {
Expand Down

0 comments on commit fd35f51

Please sign in to comment.