summaryrefslogtreecommitdiffstats
path: root/tests/compute/dynamic-dispatch-16.slang
Commit message (Collapse)AuthorAge
* render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)2025-09-02
| | | | | | | | | Changes default for render-test to sm_6_5. Since sm_6_5 is the new default, remove the -use-dxil option, add -use-dxcb option Remove -use-dxil option from all test cases. Add -use-dxcb to two tests that needed it. Fixes #7611
* Enable compute/ dir which passes (#7991)Harsh Aggarwal (NVIDIA)2025-08-05
|
* Add API to control interface specialization. (#1925)Yong He2021-08-26
|
* Add `createDynamicObject` stdlib function. (#1923)Yong He2021-08-25
This function takes a user provided `typeID` and arbitrary typed value, and turns them into an existential value whose `witnessTableID` is `typeID` and whose `anyValue` is the user provided value. This allows the users to pack the runtime type id info in arbitrary way.