From 6d3ef233ab9ba87dff41a867ea525ca57af876fa Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Wed, 2 Jun 2021 00:27:28 +0200 Subject: [PATCH] Correct README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58bc1c3..0bacb9e 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,15 @@ cmake .. make ``` -The following CMake options are available +The following targets are available | Target | Description | CMake option | Default setting | | ------------- | ------------- | ------------- | ------------- | -| VmaExample | VMA example application | `VMA_BUILD_SAMPLE` | `OFF` | -| VmaBuildExampleShaders | Shaders for VmaExample | `VMA_BUILD_SAMPLE_SHADERS` | `OFF` | +| VmaSample | VMA sample application | `VMA_BUILD_SAMPLE` | `OFF` | +| VmaBuildSampleShaders | Shaders for VmaSample | `VMA_BUILD_SAMPLE_SHADERS` | `OFF` | | VmaReplay | Replay tool for VMA .csv trace files | `VMA_BUILD_REPLAY` | `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, VmaSample and VmaReplay are not. # Binaries