summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/generics/generic-static-const.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
* Fix lowering of static consts in a generic function. (#3573)Yong He2024-02-12
* Fix lowering of static consts in a generic function. * Fix. * Fix. * Fix lowering of shading rate builtin.