| 
									
										
										
										
											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 8026787ad4..7a54b12a38 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
										 |  |  | @@ -13,7 +13,7 @@
 | 
					
						
							| 
									
										
										
										
											2024-02-05 20:39:02 +01:00
										 |  |  |  #ifdef __cplusplus | 
					
						
							| 
									
										
										
										
											2021-08-12 14:24:54 +03:00
										 |  |  |  #include <string> | 
					
						
							| 
									
										
										
										
											2024-02-05 20:39:02 +01:00
										 |  |  |  #endif | 
					
						
							| 
									
										
										
										
											2021-08-12 14:24:54 +03:00
										 |  |  | -#include <vulkan/vulkan.h>
 | 
					
						
							| 
									
										
										
										
											2024-09-26 21:46:48 +02:00
										 |  |  | +#include "drivers/vulkan/godot_vulkan.h"
 | 
					
						
							| 
									
										
										
										
											2024-02-05 20:39:02 +01:00
										 |  |  |  static inline const char* string_VkResult(VkResult input_value) { | 
					
						
							| 
									
										
										
										
											2023-09-01 11:11:12 +02:00
										 |  |  |      switch (input_value) { | 
					
						
							| 
									
										
										
										
											2024-02-05 20:39:02 +01:00
										 |  |  |          case VK_SUCCESS: |