Anut-py / h-raylib

Haskell bindings for raylib
https://hackage.haskell.org/package/h-raylib
Apache License 2.0
84 stars 14 forks source link

`unloadImage` is missing in `Raylib.Core.Texture` #51

Closed futu2 closed 7 months ago

futu2 commented 7 months ago

only find c'unloadImage :: Ptr Image -> IO ()

Anut-py commented 7 months ago

unloadImage is unnecessary because loadImage automatically frees the memory for you. All the unload functions are optional.