cglm icon indicating copy to clipboard operation
cglm copied to clipboard

Call API doesn't export some Clipspace functions

Open Lephar opened this issue 3 months ago • 3 comments

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 avatar Sep 26 '25 05:09 Lephar

@Lephar sorry for the delay,

I’ll fix it soon if no one else takes action 🔜

recp avatar Oct 08 '25 14:10 recp

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?

Lephar avatar Nov 05 '25 06:11 Lephar

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.

recp avatar Nov 08 '25 14:11 recp