vk_shader_decompiler: Mark operator() function parameters as const references
These parameters aren't actually modified in any way, so they can be made const references.
Loading
Please register or sign in to comment
These parameters aren't actually modified in any way, so they can be made const references.