General cleanup
This commit is contained in:
@@ -5,7 +5,6 @@ layout (std140, binding = 0) uniform TheMat { mat4 theMat; } ;
|
||||
out vec4 vCol;
|
||||
void main()
|
||||
{
|
||||
//gl_Position = theMat * vec4(pos,1);
|
||||
gl_Position = vec4(pos,1);
|
||||
vCol = col;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user