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
There's lots of functions missing from this. I'm confused. Why doesn't this use bindgen?
Edit: After adding some bindings of my own, I think I'm starting to see why. All of the parameter names are missing from the header files, and need to instead be grabbed from the implementation files. Ouch.
The text was updated successfully, but these errors were encountered:
There's lots of functions missing from this. I'm confused. Why doesn't this use bindgen?
Edit: After adding some bindings of my own, I think I'm starting to see why. All of the parameter names are missing from the header files, and need to instead be grabbed from the implementation files. Ouch.
The text was updated successfully, but these errors were encountered: