mirror of https://github.com/yuzu-mirror/yuzu
gl_rasterizer: Use std::string_view instead of std::string when checking for extensions
We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data.pull/8/head
parent
b5eb3905cd
commit
16139ed53b
Loading…
Reference in New Issue