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
Raylib SetTraceLogCallback is impossible to call, since it requires a vararg and Rust still only has unstable support for those. A C wrapper could be implemented to call a Rust closure though, which would make it callable from Rust.
The text was updated successfully, but these errors were encountered:
Raylib
SetTraceLogCallback
is impossible to call, since it requires a vararg and Rust still only has unstable support for those. A C wrapper could be implemented to call a Rust closure though, which would make it callable from Rust.The text was updated successfully, but these errors were encountered: