NativeRenderingPlugin
NativeRenderingPlugin copied to clipboard
Return vkGetInstanceProcAddr from Hook_vkGetInstanceProcAddr for use by other plugins
Currently our example code returns NULL, which would prevent other plugins from initialising.
This PR updates the code to be compatible with the V2 API use case.
Thank you bro.
I build my native plugin on android and it crash. And solve it by this command.
You save my day!
Great! It solved my crash problem when I intercept vkCreateInstance! Thanks!