From 453e1df6fb7a5847c8a5b26bd8479451091fb69d Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: Changeset: 20 Add ImGuizmo for GameObjects, start to make things actually render --- source/Shader.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/Shader.hpp') diff --git a/source/Shader.hpp b/source/Shader.hpp index 15290e2..602b0db 100644 --- a/source/Shader.hpp +++ b/source/Shader.hpp @@ -91,9 +91,10 @@ private: GLuint mProgram = 0; public: - GLuint autofillLoc_Transform = Tags::kInvalidLocation; - GLuint autofillLoc_Time = Tags::kInvalidLocation; - GLuint autofillLoc_DeltaTime = Tags::kInvalidLocation; + GLuint autofill_Transform = Tags::kInvalidLocation; + GLuint autofill_Time = Tags::kInvalidLocation; + GLuint autofill_DeltaTime = Tags::kInvalidLocation; + GLuint autofill_TextureAtlas = Tags::kInvalidLocation; public: Shader(); -- cgit v1.2.3-70-g09d2