|
|
@ -20,15 +20,9 @@ |
|
|
|
# pragma message("GLM: GLM_GTX_verbose_operator extension included") |
|
|
|
# pragma message("GLM: GLM_GTX_verbose_operator extension included") |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
namespace glm |
|
|
|
namespace glm{ |
|
|
|
{ |
|
|
|
|
|
|
|
namespace test{ |
|
|
|
|
|
|
|
void main_ext_gtx_verbose_operator(); |
|
|
|
|
|
|
|
}//namespace test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace gtx{ |
|
|
|
namespace gtx{ |
|
|
|
//! GLM_GTX_verbose_operator extension: Use words to replace operators
|
|
|
|
namespace verbose_operator ///< GLM_GTX_verbose_operator extension: Use words to replace operators
|
|
|
|
namespace verbose_operator |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
/// \addtogroup gtx_verbose_operator
|
|
|
|
/// \addtogroup gtx_verbose_operator
|
|
|
|
///@{
|
|
|
|
///@{
|
|
|
|