Commit 3a48114
committed
Renumber SPIRVUnifiedDescriptorHeapStride 153 -> 154
At merge time this PR collided with the concurrently-queued #11556, which
appends CompilerVersion = 153 to CompilerOptionName. Both PRs branched when
the enum tail was TraceCoverageBoolean = 152 and each took the next free value
153, producing a `duplicate case value` build break in the OptionKind switch
(slang-options.cpp) once combined in a merge group.
Yield 153 to #11556's CompilerVersion and append this option at 154 instead.
Append-only, so no existing enumerator value shifts (ABI-safe). The two now
hold distinct values regardless of merge order.1 parent acfd653 commit 3a48114
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1204 | 1204 | | |
1205 | 1205 | | |
1206 | 1206 | | |
1207 | | - | |
| 1207 | + | |
1208 | 1208 | | |
1209 | 1209 | | |
1210 | 1210 | | |
| |||
0 commit comments