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(...)