diff options
author | chai <chaifix@163.com> | 2021-10-29 13:36:49 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-29 13:36:49 +0800 |
commit | 91c32cb173201ac8803a1e4452e8342969b8e484 (patch) | |
tree | 5e78c485b5fcfcf839a2348667597d7e10476214 /Runtime/Math/Matrix44.cpp | |
parent | 1f92d4c389cceba6f90261d9cb29885c8a3ca24c (diff) |
*GLSL test
Diffstat (limited to 'Runtime/Math/Matrix44.cpp')
-rw-r--r-- | Runtime/Math/Matrix44.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Runtime/Math/Matrix44.cpp b/Runtime/Math/Matrix44.cpp index e69de29..5b72342 100644 --- a/Runtime/Math/Matrix44.cpp +++ b/Runtime/Math/Matrix44.cpp @@ -0,0 +1,4 @@ +#include "Matrix44.h"
+
+
+Internal::Matrix44 Internal::Matrix44::identity;
\ No newline at end of file |