Added a comment after #207

This commit is contained in:
Adam Sawicki 2021-11-25 14:30:41 +01:00
parent 43d82a168f
commit 00d064e21e

View File

@ -151,6 +151,9 @@ available through VmaAllocatorCreateInfo::pRecordSettings.
#endif #endif
#if !defined(VK_VERSION_1_2) #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) #define VK_ERROR_UNKNOWN ((VkResult)-13)
#endif #endif