From 91c32cb173201ac8803a1e4452e8342969b8e484 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Oct 2021 13:36:49 +0800 Subject: *GLSL test --- Runtime/Math/Vector4.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Runtime/Math/Vector4.cpp (limited to 'Runtime/Math/Vector4.cpp') diff --git a/Runtime/Math/Vector4.cpp b/Runtime/Math/Vector4.cpp new file mode 100644 index 0000000..1d392b7 --- /dev/null +++ b/Runtime/Math/Vector4.cpp @@ -0,0 +1,4 @@ +#include "Vector4.h" + +Internal::Vector4 Internal::Vector4::one = Internal::Vector4(1, 1, 1, 1); +Internal::Vector4 Internal::Vector4::zero = Internal::Vector4(0, 0, 0, 0); -- cgit v1.1-26-g67d0