Move noise, random and ulp test to GTC tests
This commit is contained in:
@@ -22,5 +22,8 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if(defined(GLM_MESSAGES))
|
||||
# pragma message("GLM: GLM_GTX_random extension is deprecated, include GLM_GTC_random instead")
|
||||
# pragma message("GLM: GLM_GTX_random extension is deprecated, include GLM_GTC_random (glm/gtc/noise.hpp) instead")
|
||||
#endif
|
||||
|
||||
// Promoted:
|
||||
#include "../gtc/noise.hpp"
|
||||
|
||||
@@ -24,3 +24,6 @@
|
||||
#if(defined(GLM_MESSAGES))
|
||||
# pragma message("GLM: GLM_GTX_random extension is deprecated, include GLM_GTC_random instead")
|
||||
#endif
|
||||
|
||||
// Promoted:
|
||||
#include "../gtc/random.hpp"
|
||||
|
||||
@@ -22,5 +22,8 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if(defined(GLM_MESSAGES))
|
||||
# pragma message("GLM: GLM_GTX_ulp extension is deprecated, include GLM_GTC_ulp instead")
|
||||
# pragma message("GLM: GLM_GTX_ulp extension is deprecated, include GLM_GTC_ulp (glm/gtc/ulp.hpp) instead")
|
||||
#endif
|
||||
|
||||
// Promoted:
|
||||
#include "../gtc/ulp.hpp"
|
||||
|
||||
Reference in New Issue
Block a user