Call API doesn't export some Clipspace functions
Some glm_* clipspace functions exist while their Call API glmc_* counterparts are missing.
Example:
clipspace/persp_rh_zo.h has glm_perspective_rh_zo(...) while
call/clipspace/persp_rh_zo.h has glmc_perspective_rh_zo(...)
BUT
clipspace/persp_rh_zo.h has glm_perspective_resize_rh_zo(...) while
call/clipspace/persp_rh_zo.h DOES NOT HAVE glmc_perspective_resize_rh_zo(...)
@Lephar sorry for the delay,
I’ll fix it soon if no one else takes action 🔜
If this is indeed an oversight (which seems like it) and not an intended behaviour, I can handle this. Are there any other missing functions on Call API that you are aware of?
Are there any other missing functions on Call API that you are aware of?
Not sure, I must check it asap, let's keep this open until that point.