1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[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.
This commit is contained in:
Joshua Ashton 2022-08-20 23:12:34 +00:00 committed by Joshie
parent 91a5123ad0
commit 0dc3200951

View File

@ -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 <vulkan/vulkan.h>
#define VULKAN_FN(name) \