| 
									
										
										
										
											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
 | 
					
						
							| 
									
										
										
										
											2022-10-31 13:47:11 +01:00
										 |  |  | index 65b3322c07..e8c61aaf15 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
 | 
					
						
							| 
									
										
										
										
											2022-10-31 13:47:11 +01:00
										 |  |  | @@ -37,7 +37,11 @@
 | 
					
						
							| 
									
										
										
										
											2021-08-12 14:24:54 +03:00
										 |  |  |  #endif | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  #include <string> | 
					
						
							|  |  |  | -#include <vulkan/vulkan.h>
 | 
					
						
							|  |  |  | +#ifdef USE_VOLK
 | 
					
						
							|  |  |  | +    #include <volk.h>
 | 
					
						
							|  |  |  | +#else
 | 
					
						
							|  |  |  | +    #include <vulkan/vulkan.h>
 | 
					
						
							|  |  |  | +#endif
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  static inline const char* string_VkResult(VkResult input_value) |