summaryrefslogtreecommitdiffstats
path: root/tests/compute/dynamic-dispatch-13.slang
Commit message (Expand)AuthorAge
* Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)Yong He2024-11-22
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* [gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He2021-05-21
* Remove old code paths from render-test (#1760)Tim Foley2021-03-17
* Convert more tests to use shader objects (#1659)Tim Foley2021-01-15
* Make witness and RTTI handles lower to `uint2`. (#1613)Yong He2020-11-20
* Generate `if` based dispatch logic on GPU targets. (#1585)Yong He2020-10-22
* Enable all dynamic dispatch tests on CUDA. (#1552)Yong He2020-09-21
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10