On Fri May 12 17:34:57 2023 +0000, Ethan Lee wrote:
Does it matter if this is a const array or a uniform? I suppose either way we can obsolete !189 with this MR, whether we need a separate test or not.
Currently it doesn't matter only because our strategy is copying everything into temps at the beginning of the shader and (if they are output semantics or uniforms) copying from the temps back to the variables at the end of the shader.
However, I think it is good to retain both tests. Merging depending on which MR goes first.