mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-09 12:08:21 +00:00
Currently `const char * str` gets converted to a StringView when its passed to `bx::strFindNl`, incurring a strlen. We have the data to calculate the strlen and fully construct the StringView.