summaryrefslogtreecommitdiffstats
path: root/tests/hlsl/hlsl-capability.slang
Commit message (Collapse)AuthorAge
* Allow checking capabilities in specific stages (#7375)jarcherNV2025-06-10
This allows checking capabilities in any stage, needed specifically for the hlsl_2018 capability which is defined for sm_5_1 and above. Stage specific capabilities such as cs_5_1 would not find this in any stage other than compute, so we need to restrict the check to only desired stages.