summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/wavesize-invalid-size.slang
Commit message (Collapse)AuthorAge
* Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak2024-04-01
Resolves an issue #3385 Shader Model 6.6 added a new keyowrd, "WaveSize". See the following link for more details: https://microsoft.github.io/DirectX-Specs/d3d/HLSL_SM_6_6_WaveSize.html Co-authored-by: Yong He <yonghe@outlook.com>