1
0
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:
Thaddeus Crews
2025-08-27 21:59:50 -05:00
committed by GitHub

View File

@@ -40,11 +40,7 @@
#include "servers/display_server.h" #include "servers/display_server.h"
#include "servers/rendering/rendering_device.h" #include "servers/rendering/rendering_device.h"
#ifdef USE_VOLK #include "drivers/vulkan/godot_vulkan.h"
#include <volk.h>
#else
#include <vulkan/vulkan.h>
#endif
#include "vulkan_hooks.h" #include "vulkan_hooks.h"