Commit 3f03d48
committed
Tighten unified-stride doc/help wording: conflict is with a non-zero stride (#11723)
diagnoseConflictingDescriptorHeapStrideOptions() raises E57006 only when
SPIRVResourceHeapStride != 0; an explicit `-spirv-resource-heap-stride 0` selects
the same default OpConstantSizeOfEXT path that the unified option modifies and is
accepted. Correct the option help text, the slang.h enumerator doc comment, and
all three user-facing doc surfaces to say the unified option is mutually exclusive
with a non-zero -spirv-resource-heap-stride (combining the two is the error),
rather than overstating that supplying the resource-heap-stride option at all
conflicts.1 parent 14f5d62 commit 3f03d48
5 files changed
Lines changed: 11 additions & 11 deletions
File tree
- docs
- user-guide
- include
- source/slang
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | | - | |
714 | | - | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
715 | 716 | | |
716 | 717 | | |
717 | 718 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
1094 | | - | |
| 1094 | + | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
1210 | | - | |
1211 | | - | |
| 1210 | + | |
| 1211 | + | |
1212 | 1212 | | |
1213 | 1213 | | |
1214 | 1214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
938 | 937 | | |
939 | 938 | | |
940 | 939 | | |
| |||
0 commit comments