Removed old deprecated test function declarations

This commit is contained in:
Christophe Riccio
2011-05-18 14:55:06 +01:00
parent c99e2f523f
commit 9ecdd379e4
52 changed files with 329 additions and 539 deletions

View File

@@ -17,11 +17,7 @@
# pragma message("GLM: GLM_GTC_half_float extension included")
#endif
namespace glm
{
namespace test{
bool main_gtc_half_float();
}//namespace
namespace glm{
namespace detail
{
#ifndef _MSC_EXTENSIONS

View File

@@ -22,10 +22,6 @@
namespace glm
{
namespace test{
bool main_gtc_matrix_integer();
}//namespace test
namespace gtc{
//! GLM_GTC_matrix_integer extension: Add integer matrices
namespace matrix_integer

View File

@@ -23,10 +23,6 @@
namespace glm
{
namespace test{
bool main_gtc_matrix_transform();
}//namespace test
namespace gtc{
//! GLM_GTC_matrix_transform extension: Add transformation matrices
namespace matrix_transform

View File

@@ -28,10 +28,6 @@
namespace glm
{
namespace test{
bool main_gtc_quaternion();
}//namespace test
namespace detail
{
//! \brief Template for quaternion.

View File

@@ -23,10 +23,6 @@
namespace glm
{
namespace test{
void main_gtc_swizzle();
}//namespace test
namespace gtc{
//! GLM_GTC_swizzle extension
namespace swizzle

View File

@@ -26,10 +26,6 @@
namespace glm
{
namespace test{
bool main_gtc_type_precision();
}//namespace test
namespace gtc{
//! GLM_GTC_type_precision extension: Defined types with specific size.
namespace type_precision

View File

@@ -23,10 +23,6 @@
namespace glm
{
namespace test{
void main_gtc_type_ptr();
}//namespace test
namespace gtc{
//! GLM_GTC_type_ptr extension: Get access to vectors & matrices value type address.
namespace type_ptr{