summaryrefslogtreecommitdiff
path: root/themes/Renderer2d.h
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-01-16 18:32:50 -0500
committermattkae <mattkae@protonmail.com>2022-01-16 18:32:50 -0500
commit1d47e3aa120539e053ffa41293f3f756b9d07844 (patch)
tree864069813b642d7634f83b6a8843c3d23a8d4926 /themes/Renderer2d.h
parenteef48388c610bf37b07aedef03c55344d450386b (diff)
Successful beginnings of the winter theme
Diffstat (limited to 'themes/Renderer2d.h')
-rw-r--r--themes/Renderer2d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/Renderer2d.h b/themes/Renderer2d.h
index cbdf4d4..8630169 100644
--- a/themes/Renderer2d.h
+++ b/themes/Renderer2d.h
@@ -16,6 +16,7 @@ struct Renderer2d {
struct {
int32 position;
int32 color;
+ int32 vMatrix;
} attributes;
struct {
@@ -31,6 +32,7 @@ struct Renderer2d {
struct Renderer2dVertex {
Vector2 position;
Vector4 color;
+ Mat4x4 vMatrix;
};
struct Renderer2dShape {