Shark.h
branchv_0
changeset 2 3faef2f5128e
parent 1 fb65455622b9
child 3 48dc4ae894b0
--- a/Shark.h	Tue Nov 28 22:45:33 2023 +0100
+++ b/Shark.h	Wed Nov 29 01:11:19 2023 +0100
@@ -40,15 +40,15 @@
 private:
 
 	struct {
-		GLint vertexXYZ = -2;
-		GLint textureXY = -2;
+		GLint aVertexXYZ = -2;
+		GLint aTextureXY = -2;
 
-		GLint color = -2;
+		GLint fColor = -2;
 
-		GLint model = -2;
-		GLint view = -2;
-		GLint projection = -2;
-		GLint jazz = -2;
+		GLint uModel = -2;
+		GLint uView = -2;
+		GLint uProjection = -2;
+		GLint uTexture = -2;
 	} ProgAttr;
 
 	struct {