Browse Source

MeshTools: properly test all variants of compile() buffer moving.

pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
2f778f249e
  1. 1
      src/Magnum/MeshTools/Test/CompileGLTest.cpp

1
src/Magnum/MeshTools/Test/CompileGLTest.cpp

@ -406,6 +406,7 @@ constexpr struct {
{"", false, false, false},
{"move indices", true, true, false},
{"move vertices", false, false, true},
{"move vertices, indexed", true, false, true},
{"move both", true, true, true}
};

Loading…
Cancel
Save