Fix vertex linking in GL_Mesh_Zoo to write to col2 properly

This commit is contained in:
baldurk
2023-12-01 11:44:44 +00:00
parent aac7dc1c31
commit 559a129d2c
+1
View File
@@ -84,6 +84,7 @@ void main()
gl_Position = verts[gl_VertexID%3];
col = vec4(0, 1, 1, 1);
col2 = vec2(0.5, 0.5);
basevtx = gl_BaseVertex;
baseinst = gl_BaseInstance;