diff --git a/tools/bin/shaderc.exe b/tools/bin/shaderc.exe index b7f2b7e5f..b88a5c7b1 100644 Binary files a/tools/bin/shaderc.exe and b/tools/bin/shaderc.exe differ diff --git a/tools/shaderc/shaderc.cpp b/tools/shaderc/shaderc.cpp index cfa31e950..a0c293513 100644 --- a/tools/shaderc/shaderc.cpp +++ b/tools/shaderc/shaderc.cpp @@ -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 Shader model (f.e. ps_3_0).\n" + " -O Optimization level (0, 1, 2, 3).\n" + " --Werror Treat warnings as errors.\n" "\n" "For additional information, see https://github.com/bkaradzic/bgfx\n"