Commit 16139ed5 authored by Lioncash's avatar Lioncash
Browse files

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.
parent b5eb3905
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