Merge pull request #418 from manas-kulkarni/master

Make Vulkan include optional
This commit is contained in:
Adam Sawicki 2024-06-03 16:12:45 +02:00 committed by GitHub
commit 7942b79828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,9 @@ See documentation chapter: \ref statistics.
extern "C" {
#endif
#if !defined(VULKAN_H_)
#include <vulkan/vulkan.h>
#endif
#if !defined(VMA_VULKAN_VERSION)
#if defined(VK_VERSION_1_3)