summaryrefslogtreecommitdiffstats
path: root/tests/bugs/sv-clip-distance-array.slang
Commit message (Collapse)AuthorAge
* Handling SV_ClipDistance system semantic on GLSL/VK (#2942)jsmall-nvidia2023-06-26
* Small fixes and improvements around reflection tool. * Make PrettyWriter printing a class. * WIP support for gl_ClipDistance * Working but doesn't have layout. * Check out param works with gl_ClipDistance. * Test clip distance works with out parameters. * Enable file check. * Add a test that splits clip distance writing. --------- Co-authored-by: Yong He <yonghe@outlook.com>