Commit 3356ea5b authored by Lioncash's avatar Lioncash
Browse files

gl_shader_gen: std::move objects where applicable

Avoids performing copies into the pair being returned. Instead, we can
just move the resources into the pair, avoiding the need to make copies
of both the std::string and ShaderEntries struct.
parent fb85d567
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