summaryrefslogtreecommitdiffstats
path: root/tests/bugs/mutating/resource-specialization-inout.slang
Commit message (Collapse)AuthorAge
* Make various parameters and return types require specialization when ↵Anders Leino2024-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 Leino2024-10-15
|
* enable more metal tests (#4326)skallweitNV2024-06-10
|
* Metal compute tests (#4292)skallweitNV2024-06-07
|
* Fix resource inout param specialization. (#2394)Yong He2022-09-05
Co-authored-by: Yong He <yhe@nvidia.com>