gl_shader_decompiler: Allow std::move to function in SetPredicate
If the variable being moved is const, then std::move will always perform a copy (since it can't actually move the data).
Please register or sign in to comment
If the variable being moved is const, then std::move will always perform a copy (since it can't actually move the data).