Mixthos
Mixthos
I also crashes on loading `vkInternalAllocationNotification`, `vkInternalFreeNotification`, `vkReallocationFunction` and `vkVoidFunction`. Those aren't Vulkan functions; they're supposed to be defined by the application. (Although the driver shouldn't crash on trying to...
I also crashes on `vkelGetDeviceProcAddr(device, "vkCreateWin32SurfaceKHR")`. Probably because `vkCreateWin32SurfaceKHR` is part of an instance extension.
Sorry for the late response; I was on vacation. The OS is Windows 10 64-bit. `vkelInit()` returns true and neither `vkGetInstanceProcAddr` nor `vkGetDeviceProcAddr` is a null pointer.