[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