g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.1k stars 2.12k forks source link

infinitePerspectiveLH and infinitePerspectiveRH #1218

Open gottfriedleibniz opened 7 months ago

gottfriedleibniz commented 7 months ago

After https://github.com/g-truc/glm/pull/1159, infinitePerspectiveLH and infinitePerspectiveRH are declared but never defined. This will lead to shared-object (i.e., "undefined symbol") and/or linker issues (C++ modules).

The four new functions: infinitePerspectiveLH_ZO, infinitePerspectiveLH_NO, and infinitePerspectiveRH_ZO, infinitePerspectiveRH_NO require declarations and a module update.