1
0

minor changes

This commit is contained in:
Niklas Birk
2020-03-31 18:38:58 +02:00
parent dd9a111ef6
commit 9c0188c389
6 changed files with 19 additions and 12 deletions

View File

@ -7,3 +7,6 @@ void main(void)
{
colOut = vec4(colV, 1);
}

View File

@ -9,4 +9,6 @@ void main(void)
{
colV = colIn;
gl_Position = vec4(pos, 1);
}
}