Fix build with Vulkan disabled and no Vulkan headers installed.
This commit is contained in:
@ -31,6 +31,8 @@
|
||||
#ifndef VULKAN_CONTEXT_MACOS_H
|
||||
#define VULKAN_CONTEXT_MACOS_H
|
||||
|
||||
#ifdef VULKAN_ENABLED
|
||||
|
||||
#include "drivers/vulkan/vulkan_context.h"
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@ -44,4 +46,6 @@ public:
|
||||
~VulkanContextMacOS();
|
||||
};
|
||||
|
||||
#endif // VULKAN_ENABLED
|
||||
|
||||
#endif // VULKAN_CONTEXT_MACOS_H
|
||||
|
||||
Reference in New Issue
Block a user