Show default values for CMake options in README's table

This commit is contained in:
Johannes Schneider 2021-05-31 22:57:06 +02:00
parent 8f14179a72
commit dadd8f635a
No known key found for this signature in database
GPG Key ID: 630166982479CCF3

View File

@ -109,11 +109,11 @@ make
The following CMake options are available The following CMake options are available
| Target | Description | CMake option | | Target | Description | CMake option | Default setting |
| ------------- | ------------- | ------------- | | ------------- | ------------- | ------------- | ------------- |
| VmaExample | VMA example application | `VMA_BUILD_EXAMPLE_APP` | | VmaExample | VMA example application | `VMA_BUILD_EXAMPLE_APP` | `OFF` |
| VmaShaders | Shaders for VmaExample | `VMA_BUILD_EXAMPLE_APP_SHADERS` | | VmaShaders | Shaders for VmaExample | `VMA_BUILD_EXAMPLE_APP_SHADERS` | `OFF` |
| VmaReplay | Replay tool for VMA .csv trace files | `VMA_BUILD_REPLAY_APP` | | 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. Please note that while VulkanMemoryAllocator library is supported on other platforms besides Windows, VmaExample and VmaReplay are not.