Browse Source

More testing

Christophe Riccio 10 years ago
parent
commit
1e0cf75b2f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      test/core/core_type_vec4.cpp

+ 4 - 1
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;
 	};