Mixthos
Results
1
issues of
Mixthos
The line where it crashes is: ``` c __vkGetPhysicalDeviceDisplayPlanePropertiesKHR = (PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR) vkelGetDeviceProcAddr(device, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); ``` I crashes inside `vkelGetInstanceProcAddr(NULL, pName)` at the call to `vkGetInstanceProcAddr(instance, pName)`. This is probably a bug...