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
The example used in the repository for minifb uses the function mfb_update_ex. This function slightly differs from from mfb_update, as it includes 2 extra arguments stating the current size of the frame buffer.
Why is this function missing from the Julia API? I could not locate the function within the dylib located within the Artifacts folder.
Thanks!
The text was updated successfully, but these errors were encountered:
jg-854
changed the title
mfb_update_ex is missing from the original API
Why is `mfb_update_ex' not exposed within the wrapper
Mar 14, 2022
jg-854
changed the title
Why is `mfb_update_ex' not exposed within the wrapper
Why is `mfb_update_ex' not exposed within the wrapper?
Mar 14, 2022
The example used in the repository for minifb uses the function
mfb_update_ex
. This function slightly differs from frommfb_update
, as it includes 2 extra arguments stating the current size of the frame buffer.Why is this function missing from the Julia API? I could not locate the function within the dylib located within the Artifacts folder.
Thanks!
The text was updated successfully, but these errors were encountered: