summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-3408.slang
Commit message (Collapse)AuthorAge
* Fix GLSL static initialization bug. (#3409)Yong He2023-12-13
* 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>