summaryrefslogtreecommitdiff
path: root/tests/hlsl/hlsl-capability.slang
AgeCommit message (Collapse)Author
2025-06-10Allow checking capabilities in specific stages (#7375)jarcherNV
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.