summaryrefslogtreecommitdiff
path: root/tests/bindings/nested-parameter-block-2.slang
AgeCommit message (Collapse)Author
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
* Support parameter block in metal shader objects. * Ingore parameter block tests on devices without tier2 argument buffer. * Fix warning. * Fix texture subscript test. --------- Co-authored-by: Yong He <yhe@nvidia.com>
2024-07-10Neaten filecheck output for non-passing nested-parameter-block test (#4592)Ellie Hermaszewska
With this context filecheck can generate a better error when it fails
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
* Fix and enable tests for metal. * Fix. * Fix. * Fix tests. * Fix warnings. * Fix. --------- Co-authored-by: Yong He <yonghe@Yongs-Mac-mini.local>
2024-06-07Metal compute tests (#4292)skallweitNV
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
* Parameter binding and gfx fixes. * Add diagnostics on entry point parameters. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>