parse input from file

This commit is contained in:
2019-07-27 05:46:42 +02:00
parent de5fa84ac7
commit 39b136d799
5 changed files with 151 additions and 32 deletions

View File

@@ -3,5 +3,5 @@
layout(location = 0) out vec4 f_color;
void main() {
f_color = vec4(1.0, 0.0, 0.0, 1.0);
f_color = vec4(1.0, 1.0, 0.0, 1.0);
}