Files
bgfx/tools
James Fulop ea4bbbfcb7 shader read optimization (#2109)
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.
2020-04-15 21:12:33 -07:00
..
2019-11-28 20:59:44 -08:00
2020-04-15 21:12:33 -07:00
2020-01-14 21:37:06 -08:00