From dadd8f635a6c6466e50a2e528791f0501d16e87d Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Mon, 31 May 2021 22:57:06 +0200 Subject: [PATCH] Show default values for CMake options in README's table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e0bb37..d6cdd34 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ make The following CMake options are available -| Target | Description | CMake option | -| ------------- | ------------- | ------------- | -| VmaExample | VMA example application | `VMA_BUILD_EXAMPLE_APP` | -| VmaShaders | Shaders for VmaExample | `VMA_BUILD_EXAMPLE_APP_SHADERS` | -| VmaReplay | Replay tool for VMA .csv trace files | `VMA_BUILD_REPLAY_APP` | +| Target | Description | CMake option | Default setting | +| ------------- | ------------- | ------------- | ------------- | +| VmaExample | VMA example application | `VMA_BUILD_EXAMPLE_APP` | `OFF` | +| VmaShaders | Shaders for VmaExample | `VMA_BUILD_EXAMPLE_APP_SHADERS` | `OFF` | +| VmaReplay | Replay tool for VMA .csv trace files | `VMA_BUILD_REPLAY_APP` | `OFF` | Please note that while VulkanMemoryAllocator library is supported on other platforms besides Windows, VmaExample and VmaReplay are not.