Commit 9760795b authored by Lioncash's avatar Lioncash
Browse files

gl_shader_decompiler: Avoid unnecessary copies of MetaImage

MetaImage contains a std::vector, so copying here could result in
unnecessary reallocations. Given the operation lives throughout the
entire scope, this is safe to do.
parent ba0086e3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment