summaryrefslogtreecommitdiffstats
path: root/tests/bugs/atomic-coerce.slang.expected.txt
Commit message (Collapse)AuthorAge
* Disable l-value coercion for ref types (#2960)jsmall-nvidia2023-07-05
* Make lvalue coercion not work for ref, to stop problem with atomics (for GLSL output). * Improve some comments.