You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #110036 from aaronfranke/4.2-ios-fix-vulkan
[4.2] Fix incorrect Vulkan include in vulkan_context.h
This commit is contained in:
@@ -40,11 +40,7 @@
|
||||
#include "servers/display_server.h"
|
||||
#include "servers/rendering/rendering_device.h"
|
||||
|
||||
#ifdef USE_VOLK
|
||||
#include <volk.h>
|
||||
#else
|
||||
#include <vulkan/vulkan.h>
|
||||
#endif
|
||||
#include "drivers/vulkan/godot_vulkan.h"
|
||||
|
||||
#include "vulkan_hooks.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user