mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix build with Vulkan disabled and no Vulkan headers installed.
This commit is contained in:
parent
2b505b74b9
commit
4dd8f68120
14 changed files with 56 additions and 10 deletions
|
@ -31,6 +31,8 @@
|
|||
#ifndef VULKAN_CONTEXT_IOS_H
|
||||
#define VULKAN_CONTEXT_IOS_H
|
||||
|
||||
#ifdef VULKAN_ENABLED
|
||||
|
||||
#include "drivers/vulkan/vulkan_context.h"
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
@ -45,4 +47,6 @@ public:
|
|||
~VulkanContextIOS();
|
||||
};
|
||||
|
||||
#endif // VULKAN_ENABLED
|
||||
|
||||
#endif // VULKAN_CONTEXT_IOS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue