diff options
| author | Egor <egor.yusov@gmail.com> | 2019-11-28 04:45:10 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2019-11-28 04:45:10 +0000 |
| commit | ca51bcba7f1039564287648885c88a75fc631bfd (patch) | |
| tree | 64c60864daa85c734ca253305356dca0a434806f /BuildTools | |
| parent | Fixed build.sh (diff) | |
| download | DiligentCore-ca51bcba7f1039564287648885c88a75fc631bfd.tar.gz DiligentCore-ca51bcba7f1039564287648885c88a75fc631bfd.zip | |
Added format validation script stub
Diffstat (limited to 'BuildTools')
| -rwxr-xr-x | BuildTools/FormatValidation/validate_format_linux.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BuildTools/FormatValidation/validate_format_linux.sh b/BuildTools/FormatValidation/validate_format_linux.sh new file mode 100755 index 00000000..9bf44aff --- /dev/null +++ b/BuildTools/FormatValidation/validate_format_linux.sh @@ -0,0 +1,8 @@ +#!/bin/bash +#python clang-format-validate.py -r \ +# --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h \ +# --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h \ +# --exclude ../../Graphics/GraphicsEngineVulkan/shaders/* \ +# ../../Common ../../Graphics ../../Platforms ../../Primitives +echo "Format validation is not yet enabled on Linux" + |
