summaryrefslogtreecommitdiffstats
path: root/tests/compute/unbounded-array-of-array-syntax.slang.hlsl
Commit message (Collapse)AuthorAge
* Be lenient on same-size unsigend->signed conversion. (#2913)Yong He2023-06-01
| | | | | | | | | | | | | | | | | | | * Be lenient on same-size unsigend->signed conversion. * Fix tests. * Use 250. * wip * Fix. * Fix tests. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Feature/gpu unbound array of array (#1083)jsmall-nvidia2019-10-17
* Simple testing of unbounded array of array on GPU. * Fix problem on CPU targets around NonUniformResourceIndex Use the unbounded-array-of-array-syntax test for CPU and GPU tests.