vkd3d-shader/spirv: Write spirv_compiler_emit_variable() in terms of spirv_compiler_emit_array_variable().
- Oct 09, 2024
-
-
Giovanni Mascellani authored
vkd3d-shader/spirv: Write spirv_compiler_emit_variable() in terms of spirv_compiler_emit_array_variable(). Essentially for code clarity, so that it's more obvious that a non-array variable is indeed an array variable with no indices.
-