Added missing extensions

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent 8a54ba3462
commit 64f276b804
  1. 3
      glm/ext.hpp

@ -35,8 +35,10 @@
#endif//GLM_MESSAGES #endif//GLM_MESSAGES
#include "./gtc/bitfield.hpp" #include "./gtc/bitfield.hpp"
#include "./gtc/color_space.hpp"
#include "./gtc/constants.hpp" #include "./gtc/constants.hpp"
#include "./gtc/epsilon.hpp" #include "./gtc/epsilon.hpp"
#include "./gtc/functions.hpp"
#include "./gtc/integer.hpp" #include "./gtc/integer.hpp"
#include "./gtc/matrix_access.hpp" #include "./gtc/matrix_access.hpp"
#include "./gtc/matrix_integer.hpp" #include "./gtc/matrix_integer.hpp"
@ -48,6 +50,7 @@
#include "./gtc/random.hpp" #include "./gtc/random.hpp"
#include "./gtc/reciprocal.hpp" #include "./gtc/reciprocal.hpp"
#include "./gtc/round.hpp" #include "./gtc/round.hpp"
#include "./gtc/type_aligned.hpp"
#include "./gtc/type_precision.hpp" #include "./gtc/type_precision.hpp"
#include "./gtc/type_ptr.hpp" #include "./gtc/type_ptr.hpp"
#include "./gtc/ulp.hpp" #include "./gtc/ulp.hpp"

Loading…
Cancel
Save