Skip to content

Commit 874082a

Browse files
committed
track CreateDevice too
1 parent f571324 commit 874082a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vulkan/wrapper/wrapper_device.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ WRAPPER_CreateDevice(VkPhysicalDevice physicalDevice,
319319
}
320320
}
321321

322-
result = physical_device->dispatch_table.CreateDevice(
323-
physical_device->dispatch_handle, &wrapper_create_info,
322+
result = WPDEVICE.CreateDevice(
323+
physicalDevice, &wrapper_create_info,
324324
pAllocator, &device->dispatch_handle);
325325

326326
if (result != VK_SUCCESS) {

0 commit comments

Comments
 (0)