2021-08-12 14:24:54 +03:00
|
|
|
diff --git a/thirdparty/vulkan/vk_enum_string_helper.h b/thirdparty/vulkan/vk_enum_string_helper.h
|
2024-09-26 21:46:48 +02:00
|
|
|
index 005cc21ea8..16f1adc605 100644
|
2021-08-12 14:24:54 +03:00
|
|
|
--- a/thirdparty/vulkan/vk_enum_string_helper.h
|
|
|
|
|
+++ b/thirdparty/vulkan/vk_enum_string_helper.h
|
2024-09-26 21:46:48 +02:00
|
|
|
@@ -36,8 +36,10 @@
|
|
|
|
|
#pragma warning( disable : 4065 )
|
2021-08-12 14:24:54 +03:00
|
|
|
#endif
|
|
|
|
|
|
2024-09-26 21:46:48 +02:00
|
|
|
+#ifdef __cplusplus
|
2021-08-12 14:24:54 +03:00
|
|
|
#include <string>
|
|
|
|
|
-#include <vulkan/vulkan.h>
|
|
|
|
|
+#endif
|
2024-09-26 21:46:48 +02:00
|
|
|
+#include "drivers/vulkan/godot_vulkan.h"
|
2021-08-12 14:24:54 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
static inline const char* string_VkResult(VkResult input_value)
|