and similar for setTextureWrap(). These are bugfixes, due to typos in generate_functions.py
There's some other tidying I did as well. In particular, I overhauled fix_enums() to hopefully make it easier to avoid these sorts of problems in the future. It makes the logic a bit more abstract -- for good reason IMO, but let me know if you don't want it.
The main change here is
and similar for
setTextureWrap()
. These are bugfixes, due to typos in generate_functions.pyThere's some other tidying I did as well. In particular, I overhauled
fix_enums()
to hopefully make it easier to avoid these sorts of problems in the future. It makes the logic a bit more abstract -- for good reason IMO, but let me know if you don't want it.