[ADD] template project with correct name
This commit is contained in:
11
lib/glm/test/gtx/gtx_vec_swizzle.cpp
Normal file
11
lib/glm/test/gtx/gtx_vec_swizzle.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#include <glm/gtx/vec_swizzle.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user