-
HLSL: Fix #1163: treat buffers as references when calling functions. · 6a14f780John Kessenich authored
This continues to prevent writing output buffers (out from a function), but fixes the problem where the copy-in/out was not getting done. Making everything work will require knowing both in/out-ness and bufferness, but these are currently mutually exclusive, because both are storage qualifiers.
6a14f780
×