shaderc: Added missing options to help.

This commit is contained in:
bkaradzic 2013-07-28 18:41:00 -07:00
parent f73d40e124
commit ba4a32d79a
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1281,8 +1281,11 @@ void help(const char* _error = NULL)
"Options (DX9 and DX11 only):\n"
"\n"
" --disasm Disassemble compiled shader.\n"
" -p, --profile Shader model (f.e. ps_3_0).\n"
" --debug Debug information.\n"
" --disasm Disassemble compiled shader.\n"
" -p, --profile <profile> Shader model (f.e. ps_3_0).\n"
" -O <level> Optimization level (0, 1, 2, 3).\n"
" --Werror Treat warnings as errors.\n"
"\n"
"For additional information, see https://github.com/bkaradzic/bgfx\n"