This commit is contained in:
2019-07-26 03:33:03 +02:00
parent 767efab3d4
commit 8c14653cfc
5 changed files with 52 additions and 30 deletions

View File

@@ -5,5 +5,5 @@ layout(location = 0) in vec3 pos;
layout(location = 0) out vec4 f_color;
void main() {
f_color = vec4(pos, 1.0);
f_color = vec4(.3, .1, .8, 1.0);
}