summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/generics/parameter-block-unify.slang
Commit message (Collapse)AuthorAge
* Fix WGSL parameter block binding. (#5500)Yong He2024-11-06
| | | | | | | | | | | | | * Fix WGSL parameter block binding. * Re-enable tests. * Update failure list. * Fix entrypoint parameters. * Update tests. * Enable stat-var test.
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
|
* Allow generic type deduction from ParameterBlock arguments. (#4766)Yong He2024-07-31
* Allow generic type deduction from ParameterBlock arguments. * Fix test. * Update expected failure list. --------- Co-authored-by: Yong He <yhe@nvidia.com>