mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 00:50:53 +00:00
fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@685 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -299,8 +299,8 @@ static MwErrorEnum vulkan_surface_setup(MwWidget handle, vulkan_t* o) {
|
||||
.sType = VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR,
|
||||
.pNext = NULL,
|
||||
.flags = 0,
|
||||
.hinstance = handle->lowlevel->hInstance,
|
||||
.hwnd = handle->lowlevel->hWnd,
|
||||
.hinstance = handle->lowlevel->gdi.hInstance,
|
||||
.hwnd = handle->lowlevel->gdi.hWnd,
|
||||
};
|
||||
|
||||
VK_CMD(_vkCreateWin32SurfaceKHR(o->vkInstance, &createInfo, NULL,
|
||||
|
||||
Reference in New Issue
Block a user