WSI-ICD: Fix Windows compilation error.
This commit is contained in:
parent
56f54c8a6b
commit
95bd3452f6
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ typedef struct _VkIcdSurfaceWayland {
|
||||||
#ifdef VK_USE_PLATFORM_WIN32_KHR
|
#ifdef VK_USE_PLATFORM_WIN32_KHR
|
||||||
typedef struct _VkIcdSurfaceWin32 {
|
typedef struct _VkIcdSurfaceWin32 {
|
||||||
VkIcdSurfaceBase base;
|
VkIcdSurfaceBase base;
|
||||||
HINSTANCE hinstance,
|
HINSTANCE hinstance;
|
||||||
HWND hwnd,
|
HWND hwnd;
|
||||||
} VkIcdSurfaceWin32;
|
} VkIcdSurfaceWin32;
|
||||||
#endif // VK_USE_PLATFORM_WIN32_KHR
|
#endif // VK_USE_PLATFORM_WIN32_KHR
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue