Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment