Raylib has moved and removed 5 functions
pkeir opened this issue · 3 comments
pkeir commented
In November Raylib either moved (to examples) or removed ::DrawCubeTexture()
, ::DrawCubeTextureRec()
, ::DrawTextureTiled()
, ::DrawTextureQuad()
and ::DrawTexturePoly()
from raylib.h. (See here.)
In raylib-cpp these functions are used in TextureUnmanaged.hpp
and Vector3.hpp
.
RobLoach commented
While raylib-cpp targets 4.2 currently, I think it's okay if we remove those functions entirely. Mind sending a Pull Request?
pkeir commented
No problem. That's it now.
RobLoach commented
Thanks so much