Added initializer_list contructor test
This commit is contained in:
parent
812ff4fcc8
commit
d656658849
@ -136,6 +136,12 @@ int test_ctr()
|
|||||||
glm::vec4{8, 9, 10, 11},
|
glm::vec4{8, 9, 10, 11},
|
||||||
glm::vec4{12, 13, 14, 15}};
|
glm::vec4{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{
|
std::initializer_list<glm::mat4> m3{
|
||||||
{0, 1, 2, 3},
|
{0, 1, 2, 3},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user