bgfx/tools
Francis Hart 86f52812cd Fix issue with tab character in shaderc output (#1470)
When printing the binary representation of the converted shader, shaderc
also prints a comment with the ascii readable characters for each line.
For unprintable characters, it relies on isprint() to replace them with
the '.' character.

Under MSVC 2017, isprint() may incorrectly return true for the tab
character. This patch adds a WAR to explicitly test for tabs, to make
sure they get replaced with '.'.
2018-08-28 18:08:24 -07:00
..
bin Removed tools executables to avoid repo bloat, and stale executables. Added makefile rule to build tools. 2014-02-09 18:59:49 -08:00
geometryc Happy New Year! 2018-01-01 11:16:06 -08:00
shaderc Fix issue with tab character in shaderc output (#1470) 2018-08-28 18:08:24 -07:00
texturev Separating sampler flags from texture creation flags. 2018-08-20 17:12:26 -07:00