From b367bf3b87da24ef6a5dc503b8036175c20871ea Mon Sep 17 00:00:00 2001 From: Max Rodriguez Date: Tue, 26 Jul 2022 11:44:54 -0700 Subject: [PATCH] docs: Fixed a typo under 'Selecting Vulkan version' section --- include/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index bdb4ff5..5a784d4 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -17596,7 +17596,7 @@ Otherwise, VMA would use only features of Vulkan 1.0 core with no extensions. VMA supports Vulkan version down to 1.0, for backward compatibility. If you want to use higher version, you need to inform the library about it. -This is a two-step proces. +This is a two-step process. Step 1: Compile time. By default, VMA compiles with code supporting the highest Vulkan version found in the included `` that is also supported by the library.