mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-22 23:04:35 +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
|
Define to 0 if you are going to provide you own pointers to Vulkan functions via
|
||||||
VmaAllocatorCreateInfo::pVulkanFunctions.
|
VmaAllocatorCreateInfo::pVulkanFunctions.
|
||||||
*/
|
*/
|
||||||
#ifndef VMA_STATIC_VULKAN_FUNCTIONS
|
#if !defined(VMA_STATIC_VULKAN_FUNCTIONS) && !defined(VK_NO_PROTOTYPES)
|
||||||
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user