aboutsummaryrefslogtreecommitdiff
path: root/source/Shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Shader.hpp')
-rw-r--r--source/Shader.hpp7
1 files changed, 4 insertions, 3 deletions
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();