Fixed ticket 125: missing dependence
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Dependency:
|
// Dependency:
|
||||||
// - GLM core
|
// - GLM core
|
||||||
|
// - GLM_GTX_matrix_query
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef glm_gtx_matrix_query
|
#ifndef glm_gtx_matrix_query
|
||||||
@@ -24,7 +25,7 @@ namespace glm{
|
|||||||
namespace gtx{
|
namespace gtx{
|
||||||
namespace matrix_query ///< GLM_GTX_matrix_query: Query to evaluate matrix properties
|
namespace matrix_query ///< GLM_GTX_matrix_query: Query to evaluate matrix properties
|
||||||
{
|
{
|
||||||
/// \addtogroup gtx_matrix_query
|
/// @addtogroup gtx_matrix_query
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
//! Return if a matrix a null matrix.
|
//! Return if a matrix a null matrix.
|
||||||
|
|||||||
Reference in New Issue
Block a user