mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
More testing
This commit is contained in:
parent
f96887863d
commit
1e0cf75b2f
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue