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 has some checking functions inbuilt, like isFontReady, IsImage, IsTexture, etc. Using these and maybe some extra we could validate a lot of function's inputs "properly".
Though the raylib validity functions are honestly not great, they just check if pointers are null and size is over 0 and such... but size of images can very well be 0, why would that be invalid? probably need to reimplement some of the checks.
The text was updated successfully, but these errors were encountered:
raylib has some checking functions inbuilt, like isFontReady, IsImage, IsTexture, etc. Using these and maybe some extra we could validate a lot of function's inputs "properly".
Though the raylib validity functions are honestly not great, they just check if pointers are null and size is over 0 and such... but size of images can very well be 0, why would that be invalid? probably need to reimplement some of the checks.
The text was updated successfully, but these errors were encountered: