|
|
@ -21,18 +21,11 @@ |
|
|
|
# pragma message("GLM: GLM_GTX_vec1 extension included") |
|
|
|
# pragma message("GLM: GLM_GTX_vec1 extension included") |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
namespace glm |
|
|
|
namespace glm{ |
|
|
|
|
|
|
|
namespace gtx{ |
|
|
|
|
|
|
|
namespace vector1{ ///< GLM_GTX_vec1 extension: 1 component vector.
|
|
|
|
|
|
|
|
namespace precision |
|
|
|
{ |
|
|
|
{ |
|
|
|
namespace test{ |
|
|
|
|
|
|
|
void main_gtx_vector1(); |
|
|
|
|
|
|
|
}//namespace test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace gtx{ |
|
|
|
|
|
|
|
//! GLM_GTX_vector1 extension: 1 component vector.
|
|
|
|
|
|
|
|
namespace vector1 |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
namespace precision |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
//! 1 component vector of high precision floating-point numbers.
|
|
|
|
//! 1 component vector of high precision floating-point numbers.
|
|
|
|
//! There is no guarantee on the actual precision.
|
|
|
|
//! There is no guarantee on the actual precision.
|
|
|
|
//! From GLM_GTX_vec1 extension.
|
|
|
|
//! From GLM_GTX_vec1 extension.
|
|
|
@ -71,7 +64,7 @@ namespace glm |
|
|
|
//! There is no guarantee on the actual precision.
|
|
|
|
//! There is no guarantee on the actual precision.
|
|
|
|
//! From GLM_GTX_vec1 extension.
|
|
|
|
//! From GLM_GTX_vec1 extension.
|
|
|
|
typedef detail::lowp_uvec1_t lowp_uvec1; |
|
|
|
typedef detail::lowp_uvec1_t lowp_uvec1; |
|
|
|
}//namespace precision
|
|
|
|
}//namespace precision
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////
|
|
|
|
//////////////////////////
|
|
|
|
// vec1 definition
|
|
|
|
// vec1 definition
|
|
|
@ -116,8 +109,8 @@ namespace glm |
|
|
|
typedef precision::mediump_uvec1 uvec1; |
|
|
|
typedef precision::mediump_uvec1 uvec1; |
|
|
|
#endif//GLM_PRECISION
|
|
|
|
#endif//GLM_PRECISION
|
|
|
|
|
|
|
|
|
|
|
|
}//namespace vec1
|
|
|
|
}//namespace vec1
|
|
|
|
}//namespace gtx
|
|
|
|
}//namespace gtx
|
|
|
|
}//namespace glm
|
|
|
|
}//namespace glm
|
|
|
|
|
|
|
|
|
|
|
|
#include "vec1.inl" |
|
|
|
#include "vec1.inl" |
|
|
|