Rename VmaShaders to VmaBuildExampleShaders

This commit is contained in:
Johannes Schneider 2021-05-31 23:04:14 +02:00
parent 853f713db1
commit 08b190ff7e
No known key found for this signature in database
GPG Key ID: 630166982479CCF3

View File

@ -112,7 +112,7 @@ The following CMake options are available
| 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` |
| VmaBuildExampleShaders | 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.