| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make various parameters and return types require specialization when ↵ | Anders Leino | 2024-11-06 |
| | | | | | | | | | | | | targeting WGSL (#5483) Structured buffer types translate to array types in the WGSL emitter. WGSL doesn't allow passing runtime-sized arrays to functions. Similarly for pointers to texture handles. Also, structured buffers (runtime-sized arrays) cannot be returned in WGSL. This closes issue #5228, issue #5278 and issue #5288 by enabling specialized functions to be generated in these cases, in order to work around these constraints. | ||
| * | Enable WebGPU tests in CI (#5239) | Anders Leino | 2024-10-15 |
| | | |||
| * | enable more metal tests (#4326) | skallweitNV | 2024-06-10 |
| | | |||
| * | Metal compute tests (#4292) | skallweitNV | 2024-06-07 |
| | | |||
| * | Fix resource inout param specialization. (#2394) | Yong He | 2022-09-05 |
| Co-authored-by: Yong He <yhe@nvidia.com> | |||
