From 08b190ff7ed11744def7951a7b4d8c5dc5aac564 Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Mon, 31 May 2021 23:04:14 +0200 Subject: [PATCH] Rename VmaShaders to VmaBuildExampleShaders --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cdd34..4bf99dc 100644 --- a/README.md +++ b/README.md @@ -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.