From c534e6137986dd47e2a8df3b7364a4b041e0d07d Mon Sep 17 00:00:00 2001 From: Frank Richter Date: Sun, 8 Mar 2020 13:24:06 +0100 Subject: [PATCH] Typo fix --- src/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index a9e5d6d..7d5621f 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -2159,7 +2159,7 @@ typedef struct VmaAllocatorCreateInfo It must be a value in the format as created by macro `VK_MAKE_VERSION` or a constant like: `VK_API_VERSION_1_1`, `VK_API_VERSION_1_0`. The patch version number specified is ignored. Only the major and minor versions are considered. - It must be less or euqal (preferably equal) to value as passed to `vkCreateInstance` as `VkApplicationInfo::apiVersion`. + It must be less or equal (preferably equal) to value as passed to `vkCreateInstance` as `VkApplicationInfo::apiVersion`. Only versions 1.0 and 1.1 are supported by the current implementation. Leaving it initialized to zero is equivalent to `VK_API_VERSION_1_0`. */