summaryrefslogtreecommitdiff
path: root/tests/language-feature/anonymous-struct.slang
AgeCommit message (Collapse)Author
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering ↵Yong He
regression. (#5508) * Fix IntVal unification logic to insert type casts. * Fix regression.
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-03-23Allow anonymous struct. (#3822)Yong He