-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Describe the bug
See this explanation: ForNeVeR/O21#247
And then this recent PR: #24
To Reproduce
I have downloaded the binding from Raylib-CSharp 5.0 from nuget.org and inspected the libraries in it.
$ dependencies -exports raylib.dll
The function DrawTexturePoly is absent from the DLL!
Expected behavior
A function not present in raylib's DLLs (for any of the supported platforms) should not be present in the binding.
Desktop (please complete the following information):
- OS: Windows
- Version 5.0.5
Additional context
I am really sorry for the ruckus caused by this whole situation, apologize to @evgTSV and @MrScautHD that our pet project caused the merge of a function that should not be present in the binding.
Thank you folks so much for your work on the project!
But for now this function has to be removed. My understanding is that on modern versions of Raylib, the users are supposed to just look at the example and implement it themselves when necessary.