Added a comment after #207
This commit is contained in:
parent
43d82a168f
commit
00d064e21e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue