More testing

This commit is contained in:
Christophe Riccio 2015-07-19 16:55:27 +02:00
parent f96887863d
commit 1e0cf75b2f

View File

@ -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;
};