summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-3408.slang
AgeCommit message (Collapse)Author
2023-12-13Fix GLSL static initialization bug. (#3409)Yong He
* Fix GLSL static initialization bug. Fixes #3408. * Update comment. * Fold global var initializer as an expression if possible. --------- Co-authored-by: Yong He <yhe@nvidia.com>