summaryrefslogtreecommitdiff
path: root/tests/wgsl/global-call.slang.expected.txt
AgeCommit message (Collapse)Author
2025-01-16Move global variable initialization into entry points for WGSL (#6106)Anders Leino
* Add test that reproduces the issue in #5986 * Call moveGlobalVarInitializationToEntryPoints for WGSL as well This closes #5986. --------- Co-authored-by: Yong He <yonghe@outlook.com>