Added test files
This commit is contained in:
14
test/gtc/matrix_access.cpp
Normal file
14
test/gtc/matrix_access.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "../precompiled.hpp"
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtc/matrix_access.hpp>
|
||||
|
||||
namespace glm{
|
||||
namespace test
|
||||
{
|
||||
bool main_gtc_matrix_access()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}//namespace test
|
||||
}//namespace glm
|
||||
Reference in New Issue
Block a user