summaryrefslogtreecommitdiffstats
path: root/tests/bugs/branch-switch-attribute.slang
Commit message (Collapse)AuthorAge
* [SPIR-V] Emit control flags for `branch/flatten` decorations (#8134)amidescent2025-08-09
| | | | Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
* [branch] and [flatten] support (#2928)jsmall-nvidia2023-06-22
* #include an absolute path didn't work - because paths were taken to always be relative. * Small fixes and improvements around reflection tool. * Make PrettyWriter printing a class. * Add HLSL output support for [flatten] and [branch] * Handle [branch] on switch.