Skip to content

Commit fa401e4

Browse files
Updated modules
1 parent 6752fe8 commit fa401e4

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

DiligentCore

Submodule DiligentCore updated 152 files

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,10 @@ especially important for mobile applications.
520520

521521
Diligent Engine uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to ensure consistent
522522
formatting throughout the code base. The validation can be disabled using `DILIGENT_NO_FORMAT_VALIDATION`
523-
CMake option. Note that any pool request will fail if formatting issues are found.
523+
CMake option. Note that any pull request will fail if formatting issues are found.
524+
525+
Diligent Engine uses extensive validation that is always enabled in Debug build. Some of the checks may be
526+
enabled in release configurations by setting `DILIGENT_DEVELOPMENT` CMake option.
524527

525528
<a name="build_and_run_customizing"></a>
526529
## Customizing Build

0 commit comments

Comments
 (0)