While using "dray" with "code-d", I noticed that there was no binding to LoadImageAnimFromMemory.
Checking the module raylib.d, "LoadImageAnimFromMemory" is not found. For example, under the function LoadImageAnim, there is LoadImageFromMemory, but not LoadImageAnimFromMemory.
While using "dray" with "code-d", I noticed that there was no binding to LoadImageAnimFromMemory.
Checking the module raylib.d, "LoadImageAnimFromMemory" is not found. For example, under the function LoadImageAnim, there is
LoadImageFromMemory
, but notLoadImageAnimFromMemory
.