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