summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-resolve-varying-input-ref.cpp
Commit message (Collapse)AuthorAge
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Add executable test on matrix-typed vertex input. * Fix emit logic of matrix layout qualifier. * Pass fragment shader varying input by constref to allow EvaluateAttributeAtCentroid etc. to be implemented correctly.