NativeRenderingPlugin icon indicating copy to clipboard operation
NativeRenderingPlugin copied to clipboard

Return vkGetInstanceProcAddr from Hook_vkGetInstanceProcAddr for use by other plugins

Open chris-unity opened this issue 3 years ago • 2 comments

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.

chris-unity avatar Jul 05 '22 17:07 chris-unity

Thank you bro.

I build my native plugin on android and it crash. And solve it by this command.

You save my day!

Darkgrouptw avatar Jul 03 '23 05:07 Darkgrouptw

Great! It solved my crash problem when I intercept vkCreateInstance! Thanks!

MoMoPF avatar Aug 17 '23 06:08 MoMoPF