You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It seems like this line in
Hook_vkGetInstanceProcAddr
should 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
The text was updated successfully, but these errors were encountered: