mirror of
https://gitee.com/openharmony/third_party_vulkan-headers
synced 2025-02-17 06:19:21 +00:00
WSI-ICD: Fix Windows compilation error.
This commit is contained in:
parent
56f54c8a6b
commit
95bd3452f6
@ -64,8 +64,8 @@ typedef struct _VkIcdSurfaceWayland {
|
||||
#ifdef VK_USE_PLATFORM_WIN32_KHR
|
||||
typedef struct _VkIcdSurfaceWin32 {
|
||||
VkIcdSurfaceBase base;
|
||||
HINSTANCE hinstance,
|
||||
HWND hwnd,
|
||||
HINSTANCE hinstance;
|
||||
HWND hwnd;
|
||||
} VkIcdSurfaceWin32;
|
||||
#endif // VK_USE_PLATFORM_WIN32_KHR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user