summaryrefslogtreecommitdiffstats
path: root/tests/spirv/depth-replacing-none.slang
Commit message (Collapse)AuthorAge
* Not emit DepthReplacing when frag shader uses SV_Position. (#3893)Yong He2024-04-03
|
* Fix the erroneous logic of determining whether or not to emit ↵Yong He2024-04-02
DepthReplacing. (#3885) * Fix the erroneous logic of determining whether or not to emit DepthReplacing. Closes #3884. * Fix. * More cleanup.