mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Used VK_NO_PROTOTYPES when defining default value for VMA_STATIC_VULKAN_FUNCTIONS.
This commit is contained in:
parent
4cefd614dc
commit
0186953b59
@ -1644,7 +1644,7 @@ internally, like:
|
||||
Define to 0 if you are going to provide you own pointers to Vulkan functions via
|
||||
VmaAllocatorCreateInfo::pVulkanFunctions.
|
||||
*/
|
||||
#ifndef VMA_STATIC_VULKAN_FUNCTIONS
|
||||
#if !defined(VMA_STATIC_VULKAN_FUNCTIONS) && !defined(VK_NO_PROTOTYPES)
|
||||
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user