You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error 3 error LNK2019: unresolved external symbol "public: int __cdecl glm::detail::compute_linearRand::operator()<int>(int const &,int const &)const " (??$?RH@compute_linearRand@detail@glm@@QEBAHAEBH0@Z) referenced in function main E:\Documents\visual studio 2012\Projects\XXX\XXXX\SomeObj.obj
The text was updated successfully, but these errors were encountered:
I am using glm version 0.9.4.1
If I use glm::linearRand ,for example
int frame_index = glm::linearRand(0,10);
I am getting this:
The text was updated successfully, but these errors were encountered: