From 00d064e21e596d1f2919266ae6d92c60bbe5855c Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 25 Nov 2021 14:30:41 +0100 Subject: [PATCH] Added a comment after #207 --- include/vk_mem_alloc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 4b59a0d..4e48b6e 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -151,6 +151,9 @@ available through VmaAllocatorCreateInfo::pRecordSettings. #endif #if !defined(VK_VERSION_1_2) + // This one is tricky. Vulkan specification defines this code as available since + // Vulkan 1.0, but doesn't actually define it in Vulkan SDK earlier than 1.2.131. + // See pull request #207. #define VK_ERROR_UNKNOWN ((VkResult)-13) #endif