There was an error fetching the commit references. Please try again later.
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.
Please register or sign in to comment