Fresh start

This commit is contained in:
bloeys
2021-10-09 21:54:38 +04:00
parent 97c396e54c
commit 7a29b411ac
10 changed files with 0 additions and 762 deletions

View File

@ -1,9 +0,0 @@
#version 460 core
uniform vec3 c;
out vec4 fragColor;
void main() {
fragColor = vec4(c, 1);
}

View File

@ -1,7 +0,0 @@
#version 460 core
in vec3 vertPos;
void main() {
gl_Position = vec4(vertPos, 1.0);
}