summaryrefslogtreecommitdiffstats
path: root/tests/compute/ray-tracing-inline.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
* Add warning for returning without initializing out parameter (#2807)Ellie Hermaszewska2023-04-21
| | | | | * Add warning for returning without initializing out parameter * Add unused prelude function to squash uninitialized out variable warnings
* Enable testing with Swiftshader. (#1906)Yong He2021-07-09
|
* Allow render-test to run inline ray tracing tests. (#1903)Yong He2021-07-08
* Update VS projects to 2019. * Empty commit to trigger build * Implement gfx inline ray tracing on D3D12. * Allow render-test to run inline ray tracing tests. Co-authored-by: Yong He <yhe@nvidia.com>