Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return vkGetInstanceProcAddr from Hook_vkGetInstanceProcAddr for use by other plugins #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chris-unity
Copy link

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.

@Darkgrouptw
Copy link

Thank you bro.

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

You save my day!

@MoMoPF
Copy link

MoMoPF commented Aug 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants