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
I didn't added Functions yet, so in your example, the pfnUserCallback callback will never get fired, because it's not implemented yet.
Though that's only one of a few last missing pieces until the entire API is covered.
To answer your second question:
The PFN alias in PFN_vkCreateDebugUtilsMessengerEXT is removed, as NVK has a function loader internally and automatically resolves the function pointers. You can find the function here
Edit: You can find the function loader here (at the beginning of the file)
Hey, I am having a bit of trouble getting the vulkan debugging up and running. Is there an example I can use?
The text was updated successfully, but these errors were encountered: