Update glm

This commit is contained in:
KimLS
2018-12-21 00:39:28 -08:00
parent 18fa53e09b
commit d3aa74ff54
1530 changed files with 210837 additions and 28547 deletions
+9
View File
@@ -0,0 +1,9 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/projection.hpp>
int main()
{
int Error(0);
return Error;
}