git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@685 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-13 03:14:36 +00:00
parent 3ee0a02cf2
commit 031b10ac03

View File

@@ -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,