You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix build with Vulkan disabled and no Vulkan headers installed.
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#ifndef VULKAN_CONTEXT_ANDROID_H
|
||||
#define VULKAN_CONTEXT_ANDROID_H
|
||||
|
||||
#ifdef VULKAN_ENABLED
|
||||
|
||||
#include "drivers/vulkan/vulkan_context.h"
|
||||
|
||||
struct ANativeWindow;
|
||||
@@ -48,4 +50,6 @@ protected:
|
||||
bool _use_validation_layers() override;
|
||||
};
|
||||
|
||||
#endif // VULKAN_ENABLED
|
||||
|
||||
#endif // VULKAN_CONTEXT_ANDROID_H
|
||||
|
||||
Reference in New Issue
Block a user