It seems like this line in Hook_vkGetInstanceProcAddr should return vkGetInstanceProcAddr(device, funcName); instead of NULL
Because will NULL return editor is crashing on start, and no initialization is done.
|
static VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL Hook_vkGetInstanceProcAddr(VkInstance device, const char* funcName) |
It seems like this line in
Hook_vkGetInstanceProcAddrshould returnvkGetInstanceProcAddr(device, funcName);instead of NULLBecause will NULL return editor is crashing on start, and no initialization is done.
NativeRenderingPlugin/PluginSource/source/RenderAPI_Vulkan.cpp
Line 115 in d6d6f99