diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-12 03:07:49 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-12 03:07:49 +0000 |
| commit | 83a55faed5bd21f9a8e0efb869825999928c2a8e (patch) | |
| tree | 2d2fd6056783313a101396aa01c9bf8ce0cbc543 /BuildTools | |
| parent | appveyor: reverted -mx7 switch for 7z as it doesn't give much of a benefit (diff) | |
| download | DiligentCore-83a55faed5bd21f9a8e0efb869825999928c2a8e.tar.gz DiligentCore-83a55faed5bd21f9a8e0efb869825999928c2a8e.zip | |
Added HLSL2GLSLConverter tests
Diffstat (limited to 'BuildTools')
| -rw-r--r-- | BuildTools/FormatValidation/validate_format_win.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTools/FormatValidation/validate_format_win.bat b/BuildTools/FormatValidation/validate_format_win.bat index 645b284f..fad47419 100644 --- a/BuildTools/FormatValidation/validate_format_win.bat +++ b/BuildTools/FormatValidation/validate_format_win.bat @@ -2,4 +2,5 @@ python clang-format-validate.py --color never --clang-format-executable clang-fo -r ../../Common ../../Graphics ../../Platforms ../../Primitives ../../UnitTests ^ --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h ^ --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h ^ ---exclude ../../Graphics/GraphicsEngineVulkan/shaders/* +--exclude ../../Graphics/GraphicsEngineVulkan/shaders/* ^ +--exclude ../../UnitTests/DiligentCoreAPITest/assets/* |
