mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Show default values for CMake options in README's table
This commit is contained in:
parent
8f14179a72
commit
dadd8f635a
10
README.md
10
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user