Removed unfortunate Git mistake ...

This commit is contained in:
Christophe Riccio
2010-04-29 17:35:50 +01:00
parent 3cb1965573
commit 54ac58f910
112 changed files with 0 additions and 6888 deletions

View File

@@ -1,14 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/double_float.hpp>
namespace glm{
namespace test
{
bool main_gtc_double_float()
{
return false;
}
}//namespace test
}//namespace glm

View File

@@ -1,25 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/half_float.hpp>
namespace glm{
namespace test
{
bool main_gtc_half_float()
{
bool Result = true;
{
glm::hvec2 A(1.0f, 3.0f);
glm::half B(2.0f);
glm::hvec2 C = A * B;
glm::hvec2 D = C - glm::hvec2(2.0f);
Result = Result && glm::all(glm::equal(C, glm::hvec2(0.0f, 4.0f)));
}
return Result;
}
}//namespace test
}//namespace glm

View File

@@ -1,14 +0,0 @@
#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

View File

@@ -1,14 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/matrix_operation.hpp>
namespace glm{
namespace test
{
bool main_gtc_matrix_operation()
{
return false;
}
}//namespace test
}//namespace glm

View File

@@ -1,14 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/matrix_projection.hpp>
namespace glm{
namespace test
{
bool main_gtc_matrix_projection()
{
return false;
}
}//namespace test
}//namespace glm

View File

@@ -1,14 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
namespace glm{
namespace test
{
bool main_gtc_matrix_transform()
{
return false;
}
}//namespace test
}//namespace glm

View File

@@ -1,14 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp>
namespace glm{
namespace test
{
bool main_gtc_quaternion()
{
return false;
}
}//namespace test
}//namespace glm

View File

@@ -1,14 +0,0 @@
#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/type_precision.hpp>
namespace glm{
namespace test
{
bool main_gtc_type_precision()
{
return false;
}
}//namespace test
}//namespace glm