summaryrefslogtreecommitdiffstats
path: root/tests/spirv/tessellation-patch-as-argument.slang
Commit message (Collapse)AuthorAge
* Force inline functions that takes InputPatch and OutputPatch (#6407)Jay Kwak2025-02-19
This commit inlines functions that takes InputPatch and OutputPatch as the function parameter. Co-authored-by: Yong He <yonghe@outlook.com>