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
+11
View File
@@ -0,0 +1,11 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/vec_swizzle.hpp>
int main()
{
int Error = 0;
return Error;
}