mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +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:
parent
91a5123ad0
commit
0dc3200951
1 changed files with 0 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue