yuzu/src/video_core
Lioncash 16139ed53b 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.
2018-07-24 12:10:37 -04:00
..
2018-06-25 18:01:08 +03:00
2018-07-02 21:45:47 -04:00