Lioncash df97021f55 gl_rasterizer: Make use of std::string_view in IsVendorAmd()
Same behavior, no heap allocation.

strings returned from glGetString() are guaranteed to be static strings,
so this is safe to do. They're also guaranteed to be null-terminated.
2020-05-01 05:57:25 -04:00
..
2019-03-09 18:23:32 -06:00
2020-03-31 18:27:33 +01:00
2019-02-22 16:29:19 -06:00