From 0dc3200951f57b596f56beec7de69de46174e1de Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sat, 20 Aug 2022 23:12:34 +0000 Subject: [PATCH] [vulkan] Re-enable VK_USE_PLATFORM_WIN32_KHR everywhere My initial idea was to if-def out the other extensions, but that's messy, so we just provide the needed types in the native headers now. --- src/vulkan/vulkan_loader.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vulkan/vulkan_loader.h b/src/vulkan/vulkan_loader.h index 841a0f12a..6f469c650 100644 --- a/src/vulkan/vulkan_loader.h +++ b/src/vulkan/vulkan_loader.h @@ -3,9 +3,7 @@ #include "../util/rc/util_rc.h" #include "../util/rc/util_rc_ptr.h" -#ifdef _WIN32 #define VK_USE_PLATFORM_WIN32_KHR 1 -#endif #include #define VULKAN_FN(name) \