Merge branch '0.9.5' of https://github.com/g-truc/glm into 0.9.5

master
Christophe Riccio ago%!(EXTRA string=12 years)
commit 2badec664f
  1. 6
      test/core/core_type_mat4x4.cpp

@ -136,6 +136,12 @@ int test_ctr()
{8, 9, 10, 11},
{12, 13, 14, 15}};
std::vector<glm::mat4> m3{
{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15},
{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15},
{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15},
{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}};
/*
std::initializer_list<glm::mat4> m3{
{0, 1, 2, 3},

Loading…
Cancel
Save