mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Added a comment after #207
This commit is contained in:
parent
43d82a168f
commit
00d064e21e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user