More testing

master
Christophe Riccio ago%!(EXTRA string=10 years)
parent f96887863d
commit 1e0cf75b2f
  1. 5
      test/core/core_type_vec4.cpp

@ -448,10 +448,13 @@ int test_vec4_perf_SoA(std::size_t Size)
namespace heap
{
class A
{};
{
float f;
};
class B : public A
{
float g;
glm::vec4 v;
};

Loading…
Cancel
Save