moved texturebuffer outside of spec

This commit is contained in:
Sandro Sobczyński
2020-10-29 21:53:08 +01:00
parent ab69ba28e3
commit 8501a85f49
22 changed files with 363 additions and 180 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
float xyz[3] __attribute__((__aligned__(16)));
};
Vector3(float x, float y, float z);
Vector3(float t_x, float t_y, float t_z);
Vector3(const Vector3 &v);
Vector3();
~Vector3();