summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-2959.slang
AgeCommit message (Collapse)Author
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
This closes issue #5505.
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-06-27Remove returned-array-legalization pass for metal (#4478)ArielG-NV
* disable return array optimization pass for metal targets fixes: #4468
2024-06-07Metal compute tests (#4292)skallweitNV
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>