From 056d4560f72a9ec281f8df31aa2a7d8241d6adf1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 13 Aug 2023 16:02:22 -0400 Subject: Generating a cpp file for shaders --- themes/src/Renderer2d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/src/Renderer2d.h') diff --git a/themes/src/Renderer2d.h b/themes/src/Renderer2d.h index 8a96503..56b79fc 100644 --- a/themes/src/Renderer2d.h +++ b/themes/src/Renderer2d.h @@ -17,6 +17,8 @@ struct Renderer2d { struct { i32 position; i32 color; + + // TODO: vMatrix is not standard and does not belong here i32 vMatrix; } attributes; -- cgit v1.2.1